weaviate-agents
    Preparing search index...

    Type Alias QueryAgentRunOptions

    Options for QueryAgent.run.

    run is deprecated; use QueryAgent.ask with QueryAgentAskOptions instead.

    type QueryAgentRunOptions = {
        collections?: (string | QueryAgentCollectionConfig)[];
        context?: QueryAgentResponse;
    }
    Index

    Properties

    collections?: (string | QueryAgentCollectionConfig)[]

    The collections to query. Will override any collections passed in the constructor.

    Optional previous response from the agent.