Confirm this is a feature request for the Node library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
For Responses API, there is zodResponsesFunction which helps us to define Function Tools. However, it cannot be used for Function Tools in Realtime API since its interface is slightly different (strict does not exist for Realtime API).
Could you please provide something like zodRealtimeFunction to help defining Function Tools for Realtime API?
Additional context
No response
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
For Responses API, there is
zodResponsesFunctionwhich helps us to define Function Tools. However, it cannot be used for Function Tools in Realtime API since its interface is slightly different (strictdoes not exist for Realtime API).Could you please provide something like
zodRealtimeFunctionto help defining Function Tools for Realtime API?Additional context
No response