v2.5.8

March 6, 2026

Use external_execution and regular tools together in OpenAI Responses without conflicts

Resolved a bug in OpenAIResponses where combining external_execution tools with standard tools caused incorrect dispatch behavior. Mixed tool configurations now route correctly, allowing both tool types to coexist in the same agent without unexpected failures or skipped calls.

Details:

  • Fixes tool call handling for agents using both external_execution and regular tools simultaneously
  • No configuration changes required; the fix applies automatically
  • Improves reliability for agents with hybrid tool setups using the OpenAI Responses API