mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 08:45:23 +00:00
refactor(ai): privatize Google thinking level
This commit is contained in:
parent
eb169a3c87
commit
78dfd47f83
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ import { transformMessages } from "./transform-messages.js";
|
|||
|
||||
type GoogleApiType = "google-generative-ai" | "google-vertex";
|
||||
|
||||
export type GoogleThinkingLevel = `${ThinkingLevel}`;
|
||||
type GoogleThinkingLevel = `${ThinkingLevel}`;
|
||||
|
||||
type GoogleToolChoice = "auto" | "none" | "any";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue