Basic Information

appmixer.airtop.core.QueryPage

1.0.0

Public

Ask a natural language question about the content of a browser window and get the answer back, optionally as structured JSON matching a schema you provide. The query runs in the background and its answer is delivered on the out port once it finishes, which is checked once a minute - expect at least that long even for a fast query.

Input Ports

in

FieldTypeDescription
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.

Output Ports

out

FieldTypeDescription
Model Response string -
Status string -
Request ID string -
Credits Used integer -

Full Metadata