@composio/openai@0.12.0
·
178 commits
to next
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 760f8d0: Allow OpenAI and Anthropic provider tool-call helpers to execute through a supplied Tool Router session. Session meta-tools now retain their session context while provider argument normalization remains intact; existing user-ID calls continue to use direct execution. Anthropic helper failures now preserve their error text in
{ error }results without changing successful payloads. Custom provider subclasses overridingexecuteToolCallorhandleToolCallsmay require updates because these methods now accept session targets.