We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66101 commit 2667444Copy full SHA for 2667444
1 file changed
src/gaos/models/interactions/generation-config.ts
@@ -22,7 +22,7 @@ import { VideoConfig } from "./video-config.js";
22
/**
23
* The tool choice configuration.
24
*/
25
-export type ToolChoice = ToolChoiceType | ToolChoiceConfig;
+export type ToolChoice = ToolChoiceConfig | ToolChoiceType;
26
27
28
* Configuration parameters for model interactions.
@@ -55,7 +55,7 @@ export type GenerationConfig = {
55
56
57
58
- tool_choice?: ToolChoiceType | ToolChoiceConfig | undefined;
+ tool_choice?: ToolChoiceConfig | ToolChoiceType | undefined;
59
60
* Configuration for speech recognition (transcription).
61
0 commit comments