OptionalcollectionsOptional override for the collections configured at instantiation. Either a list of strings, or a list of QueryAgentCollectionConfig objects.
OptionalconversationOptional conversation history to contextualise suggested queries as follow-up questions.
Each element is a ChatMessage with role and content.
OptionalinstructionsOptional natural language guidance for the style, topic, or language of the suggested queries. Supplied in addition to the agent's system instructions.
OptionalnumThe number of queries to suggest. Defaults to 3.
Options for QueryAgent.suggestQueries.