OptionalcollectionsThe collections to query. Will override any collections passed in the constructor.
OptionalcontextOptional previous response from the agent.
OptionalincludeWhether to include the final state in the stream. This is the final QueryAgentResponse, yielded as the last item in the stream.
OptionalincludeWhether to include progress messages in the stream. These are informational messages about the progress of the agent's search.
Options for QueryAgent.stream.
Deprecated
streamis deprecated; use QueryAgent.askStream with QueryAgentAskStreamOptions instead.