| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | str / string | Yes | The question or instruction to send to the LLM about the current page. |
schema | dict / Record<string, unknown> | No | JSON schema that constrains the response shape. When provided, the LLM returns data matching this schema. |
model | dict / Record<string, unknown> | No | LLM model configuration override. Use to select a different model for this call. |
dict | list | str | None / Record<string, unknown> | unknown[] | string | null.
