Replies: 1 comment 4 replies
-
|
The OpenAI behavior is unfortunate. They really should fix that. But as a workaround, you could write your tools such that they return immediately with a resource link, and then continue processing and put the result in the resource. Then you can retrieve the result later by reading the resource. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
Hi,
I'm trying to create an MCP server using this SDK. Problem is I have a few long running agentic operation that may take 30 to 120 seconds. I can't make it work with OpenAI. I understand their client implementation problem is not strictly related to this SDK, but I am looking for workarounds or iteas. Basically, it seems that OpenAI responses API's MCP implementation:
I'm stuck with this. Any idea is welcome, thanks!
Beta Was this translation helpful? Give feedback.
All reactions