diff --git a/google/genai/_interactions/types/deep_research_agent_config.py b/google/genai/_interactions/types/deep_research_agent_config.py index f98b67348..2efd86b9f 100644 --- a/google/genai/_interactions/types/deep_research_agent_config.py +++ b/google/genai/_interactions/types/deep_research_agent_config.py @@ -33,7 +33,7 @@ class DeepResearchAgentConfig(BaseModel): 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. + next turn. . """ thinking_summaries: Optional[Literal["auto", "none"]] = None diff --git a/google/genai/_interactions/types/deep_research_agent_config_param.py b/google/genai/_interactions/types/deep_research_agent_config_param.py index fa2350429..64215cb83 100644 --- a/google/genai/_interactions/types/deep_research_agent_config_param.py +++ b/google/genai/_interactions/types/deep_research_agent_config_param.py @@ -32,7 +32,7 @@ class DeepResearchAgentConfigParam(TypedDict, total=False): 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. + next turn. . """ thinking_summaries: Literal["auto", "none"]