mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
FileSearchTool
This commit is contained in:
parent
8766b43a4b
commit
4d4e0d8a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue