sap - fix models

This commit is contained in:
Alperen Kömürcü 2026-02-12 14:26:44 +01:00 committed by Sameer Kankute
parent 5211e7a121
commit d0bb619365
No known key found for this signature in database

View file

@ -182,7 +182,7 @@ class Template(BaseModel):
template: list[ChatMessage]
defaults: dict = None
response_format: ResponseFormat | ResponseFormatJSONSchema = None
tools: list[FunctionTool] = None
tools: list[ChatCompletionTool] = None
class LLMModelDetails(BaseModel):