Web

Use webpage

Interact with the current page using an AI agent.

Parameters#

taskstringrequired

Specific task with explicit stop condition. Name elements in quotes.

output_schemaobjectdefault: {}

Optional flat JSON schema for structured output. Top-level type must be 'object' with 'properties' (dict) and 'required' (list of keys). Each property is either a scalar (type='string'|'number'|'boolean', plus optional 'enum' list for strings) or an array (with 'items' that is a scalar or a flat object whose own properties are scalars). No deeper nesting. Omit when no structured output is needed.