DeepResearchAgentConfig: {
    collaborative_planning?: boolean;
    enable_bigquery_tool?: boolean;
    thinking_summaries?: ThinkingSummaries;
    type: "deep-research";
    visualization?: Visualization;
}

Configuration for the Deep Research agent.

Type declaration

  • Optionalcollaborative_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.

  • Optionalenable_bigquery_tool?: boolean

    Enables bigquery tool for the Deep Research agent.

  • Optionalthinking_summaries?: ThinkingSummaries
  • type: "deep-research"
  • Optionalvisualization?: Visualization

    Whether to include visualizations in the response.