OptionalcollectionsThe collections to query. Either a list of strings, or a list of QueryAgentCollectionConfig objects. Will override any collections passed in the constructor.
OptionalincludeWhether to include the final state in the stream. This is the final AskModeResponse, 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.
OptionalresultHow the agent should evaluate the final result. See ResultEvaluation. Defaults to "none".
Options for QueryAgent.askStream.