Replies: 5 comments 2 replies
-
Images are already supported: https://docs.neuron-ai.dev/attach-images If you are familiar with the topic you can create a PR for this feature. |
Beta Was this translation helpful? Give feedback.
-
Been tinkering with the responses API so I could use the built-in |
Beta Was this translation helpful? Give feedback.
-
I'd like to see a way to use the responses API directly as well (my use case is the same - I'd like to use the |
Beta Was this translation helpful? Give feedback.
-
Here's my branch: https://github.com/AndrewMonty/neuron-ai/tree/openai-responses-api Haven't gotten around to writing tests, and I'm not sure I like how streaming is handled when the agent is using a tool like |
Beta Was this translation helpful? Give feedback.
-
@AndrewMonty starting from your openai responses implementation I created this PR that also support structured output, and provider tools (web_search, file_search, etc) It's based on the implementation of a new provider It brings the possibility to use provider tools with other providers that have this features like Gemini and Anthropic. It should also help for #285 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is native support for Responses API planned?
That would add the ability to use built-in tools and provide details about reasoning processes. And maybe images?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions