Version:
type
VisionQuery
A vision query is a query that compares screen content against a natural language description.
It will be processed by a instance.
typescript
type VisionQuery = Extract<Query, { type: "vision" }>Was this page helpful?
A vision query is a query that compares screen content against a natural language description.
It will be processed by a instance.
type VisionQuery = Extract<Query, { type: "vision" }>Was this page helpful?