You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge PR wavetermdev#2776: Add configurable verbosity for OpenAI Responses API
This PR adds support for configurable verbosity levels (low/medium/high)
for the OpenAI Responses API, which enables better support for APIs like
Codex that require different verbosity settings.
Changes:
- Add ai:verbosity configuration option
- Update OpenAI request building to use configured verbosity
- Default verbosity changed from 'low' to 'medium' for better compatibility
- Add verbosity to schema and type definitions
0 commit comments