refactor gemini reasoning effor (#3292)

This commit is contained in:
LawyZheng
2025-08-25 23:42:42 +08:00
committed by GitHub
parent f0134cbcb9
commit e0043d002c
3 changed files with 57 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ class LiteLLMParams(TypedDict, total=False):
model_info: dict[str, Any] | None
vertex_credentials: str | None
vertex_location: str | None
thinking: dict[str, Any] | None
@dataclass(frozen=True)