perf(claude): simplify the thinking resp processing

This commit is contained in:
Junyan Qin
2025-03-02 15:24:08 +08:00
parent 9e503191d6
commit 7b6e6b046a
2 changed files with 2 additions and 7 deletions
-2
View File
@@ -23,7 +23,5 @@ class LLMModelInfo(pydantic.BaseModel):
vision_supported: typing.Optional[bool] = False
thinking: typing.Optional[bool] = False
class Config:
arbitrary_types_allowed = True