From d0bb6193650132a2ff828e4c8faaf984024833e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20K=C3=B6m=C3=BCrc=C3=BC?= Date: Thu, 12 Feb 2026 14:26:44 +0100 Subject: [PATCH] sap - fix models --- litellm/llms/sap/chat/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/sap/chat/models.py b/litellm/llms/sap/chat/models.py index 55c32099554..44ff85c6170 100644 --- a/litellm/llms/sap/chat/models.py +++ b/litellm/llms/sap/chat/models.py @@ -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):