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):