mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 13:31:16 +00:00
refactor(ai): privatize Google thinking level
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user