Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'main' into dl/thinking-budget
  • Loading branch information
dlarocque committed Jul 9, 2025
commit 4945e6a354e44eab849ca95c4efb2eb3de2e765b
2 changes: 1 addition & 1 deletion common/api-review/ai.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ export interface ThinkingConfig {
}

// @public
export type Tool = FunctionDeclarationsTool;
export type Tool = FunctionDeclarationsTool | GoogleSearchTool;

// @public
export interface ToolConfig {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.