diff --git a/pkg/provider/modelmgr/entities.py b/pkg/provider/modelmgr/entities.py index cf856894..decfe96d 100644 --- a/pkg/provider/modelmgr/entities.py +++ b/pkg/provider/modelmgr/entities.py @@ -23,5 +23,7 @@ class LLMModelInfo(pydantic.BaseModel): vision_supported: typing.Optional[bool] = False + thinking: typing.Optional[bool] = False + class Config: arbitrary_types_allowed = True