Skip to content

Commit e85dff5

Browse files
MarkDaoustcopybara-github
authored andcommitted
chore: Add java api reference examples.
PiperOrigin-RevId: 907772462
1 parent 7fdc9a1 commit e85dff5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/genai/_interactions/types/deep_research_agent_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DeepResearchAgentConfig(BaseModel):
3333
3434
If set to true, the Deep Research agent will provide a research plan in its
3535
response. The agent will then proceed only if the user confirms the plan in the
36-
next turn. Relevant issue: b/482352502.
36+
next turn. .
3737
"""
3838

3939
thinking_summaries: Optional[Literal["auto", "none"]] = None

google/genai/_interactions/types/deep_research_agent_config_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DeepResearchAgentConfigParam(TypedDict, total=False):
3232
3333
If set to true, the Deep Research agent will provide a research plan in its
3434
response. The agent will then proceed only if the user confirms the plan in the
35-
next turn. Relevant issue: b/482352502.
35+
next turn. .
3636
"""
3737

3838
thinking_summaries: Literal["auto", "none"]

0 commit comments

Comments
 (0)