Configuration for the Deep Research agent.

interface DeepResearchAgentConfig {
    collaborative_planning?: boolean;
    thinking_summaries?: "auto" | "none";
    type: "deep-research";
    visualization?: "auto" | "off";
}

Properties

collaborative_planning?: boolean

Enables human-in-the-loop planning for the Deep Research agent. If set to true, the Deep Research agent will provide a research plan in its response. The agent will then proceed only if the user confirms the plan in the next turn. Relevant issue: b/482352502.

thinking_summaries?: "auto" | "none"

Whether to include thought summaries in the response.

type: "deep-research"
visualization?: "auto" | "off"

Whether to include visualizations in the response.