From 4d4e0d8a6dc545c4905dee2c18aa9fcba4f3eb19 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 22 Mar 2025 17:56:14 -0700 Subject: [PATCH] FileSearchTool --- litellm/types/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/types/utils.py b/litellm/types/utils.py index cec59c0b3b..83e8525fa9 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -13,7 +13,6 @@ from openai.types.completion_usage import ( CompletionUsage, PromptTokensDetails, ) -from openai.types.llms.openai import FileSearchTool from openai.types.moderation import ( Categories, CategoryAppliedInputTypes, @@ -33,6 +32,7 @@ from .llms.openai import ( ChatCompletionThinkingBlock, ChatCompletionToolCallChunk, ChatCompletionUsageBlock, + FileSearchTool, OpenAIChatCompletionChunk, WebSearchOptions, )