Class DeepResearchAgentConfig.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.DeepResearchAgentConfig.Builder
- Enclosing class:
- DeepResearchAgentConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()collaborativePlanning(Boolean collaborativePlanning) Enables human-in-the-loop planning for the Deep Research agent.enableBigqueryTool(Boolean enableBigqueryTool) Enables bigquery tool for the Deep Research agent.thinkingSummaries(ThinkingSummaries thinkingSummaries) visualization(Visualization visualization) Whether to include visualizations in the response.
-
Method Details
-
collaborativePlanning
public DeepResearchAgentConfig.Builder collaborativePlanning(@Nullable Boolean collaborativePlanning) 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. -
enableBigqueryTool
Enables bigquery tool for the Deep Research agent. -
thinkingSummaries
public DeepResearchAgentConfig.Builder thinkingSummaries(@Nullable ThinkingSummaries thinkingSummaries) -
visualization
Whether to include visualizations in the response. -
build
-