appmixer.airtop.core.QueryPage
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Session ID | text | The ID of the Airtop session, typically taken from the output of the Create Session component. |
| Window ID | text | The ID of the browser window, typically taken from the output of the Create Window component. |
| Prompt | textarea | The question to ask about the content currently shown in the browser window. |
| Output JSON Schema | textarea | Optional JSON schema describing the structure the answer should follow. When set, the Model Response is a JSON string matching this schema. |
| Follow Pagination Links | toggle | Make a best-effort attempt to load more content (pagination, load-more buttons, infinite scroll) before answering. Costs noticeably more credits. |
| Cost Threshold (credits) | number | Cancel the operation once it exceeds this many credits. Leave empty to use the Airtop default. |
| Time Threshold (seconds) | number | Cancel the query once it runs longer than this many seconds, between 1 and 300. Leave empty to use the Airtop default. |
| Field | Type | Description |
|---|---|---|
| Model Response | string | - |
| Status | string | - |
| Request ID | string | - |
| Credits Used | integer | - |