@squidcloud/client
    Preparing search index...

    Interface AiAgentResearchOptions

    Options for AI agent research, allowing the agent to perform research before invoking connected agents, connected integrations, or functions.

    interface AiAgentResearchOptions {
        enabled: boolean;
        reasoningEffort?: AiReasoningEffort;
        researchModel?: string;
    }
    Index

    Properties

    enabled: boolean

    Whether to enable research for the agent. If false, no research will be performed.

    reasoningEffort?: AiReasoningEffort

    In case the model supports reasoning, this will control the level of effort - defaults to high.

    researchModel?: string

    The model to use for the research - defaults Claude Opus 4.