We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f103980 commit 77411c4Copy full SHA for 77411c4
discovery/agent_support/agent.py
@@ -6,7 +6,7 @@
6
from openai import OpenAI
7
from openai.types.responses import EasyInputMessageParam, Response, ResponseFunctionToolCallParam, \
8
ResponseFunctionToolCall
9
-from openai.types.responses.response_input_param import Message, ResponseInputParam, FunctionCallOutput
+from openai.types.responses.response_input_param import ResponseInputParam, FunctionCallOutput
10
11
from discovery.agent_support.tool import Tool
12
0 commit comments