fix(dep): update to openai >= 1.99.6 and use new Function location

This commit is contained in:
Matthew Farrellee 2025-08-10 10:14:18 -04:00
parent 1677d6bffd
commit e752bdf3a3
3 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@ from openai.types.chat.chat_completion_chunk import (
from openai.types.chat.chat_completion_content_part_image_param import (
ImageURL as OpenAIImageURL,
)
from openai.types.chat.chat_completion_message_tool_call_param import (
from openai.types.chat.chat_completion_message_tool_call import (
Function as OpenAIFunction,
)
from pydantic import BaseModel