We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba711e commit 2aeb279Copy full SHA for 2aeb279
src/agents/models/chatcmpl_converter.py
@@ -7,8 +7,8 @@
7
from openai import Omit, omit
8
from openai.types.chat import (
9
ChatCompletionAssistantMessageParam,
10
- ChatCompletionContentPartInputAudioParam,
11
ChatCompletionContentPartImageParam,
+ ChatCompletionContentPartInputAudioParam,
12
ChatCompletionContentPartParam,
13
ChatCompletionContentPartTextParam,
14
ChatCompletionDeveloperMessageParam,
@@ -28,10 +28,10 @@
28
ResponseFileSearchToolCallParam,
29
ResponseFunctionToolCall,
30
ResponseFunctionToolCallParam,
31
+ ResponseInputAudioParam,
32
ResponseInputContentParam,
33
ResponseInputFileParam,
34
ResponseInputImageParam,
- ResponseInputAudioParam,
35
ResponseInputTextParam,
36
ResponseOutputMessage,
37
ResponseOutputMessageParam,
0 commit comments