Class DeepResearchAgentConfig

java.lang.Object
com.google.genai.gaos.models.interactions.DeepResearchAgentConfig
All Implemented Interfaces:
CreateAgentInteractionAgentConfig, InteractionAgentConfig

public class DeepResearchAgentConfig extends Object implements InteractionAgentConfig, CreateAgentInteractionAgentConfig
DeepResearchAgentConfig

Configuration for the Deep Research agent.

  • Constructor Details

    • DeepResearchAgentConfig

      public DeepResearchAgentConfig(@Nullable Boolean collaborativePlanning, @Nullable Boolean enableBigqueryTool, @Nullable ThinkingSummaries thinkingSummaries, @Nullable Visualization visualization)
    • DeepResearchAgentConfig

      public DeepResearchAgentConfig()
  • Method Details

    • collaborativePlanning

      public Optional<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

      public Optional<Boolean> enableBigqueryTool()
      Enables bigquery tool for the Deep Research agent.
    • thinkingSummaries

      public Optional<ThinkingSummaries> thinkingSummaries()
    • type

      public String type()
      Specified by:
      type in interface CreateAgentInteractionAgentConfig
      Specified by:
      type in interface InteractionAgentConfig
    • visualization

      public Optional<Visualization> visualization()
      Whether to include visualizations in the response.
    • builder

      public static DeepResearchAgentConfig.Builder builder()
    • withCollaborativePlanning

      public DeepResearchAgentConfig withCollaborativePlanning(@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.
    • withEnableBigqueryTool

      public DeepResearchAgentConfig withEnableBigqueryTool(@Nullable Boolean enableBigqueryTool)
      Enables bigquery tool for the Deep Research agent.
    • withThinkingSummaries

      public DeepResearchAgentConfig withThinkingSummaries(@Nullable ThinkingSummaries thinkingSummaries)
    • withVisualization

      public DeepResearchAgentConfig withVisualization(@Nullable Visualization visualization)
      Whether to include visualizations in the response.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object