Skip to content

@composio/openai@0.12.0

Choose a tag to compare

@sdkrelease sdkrelease released this 18 Aug 22:39
· 178 commits to next since this release
Immutable release. Only release title and notes can be modified.
f031c27

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 overriding executeToolCall or handleToolCalls may require updates because these methods now accept session targets.