Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading