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
Version Lineage Change: This stable release is based on 1.0.2 and does not include the experimental features that were introduced in the beta versions 1.1.0b1 through 1.1.0b5. This means that any beta-specific functionality you may have been using is not available in this stable release.
Migration Path: If you need to continue using the experimental features from the beta releases, please upgrade to 1.2.0b1 which continues the beta feature development line.
Bugs Fixed
AgentsResponseFormatOption, MessageInputContent, MessageAttachmentToolDefinition, AgentsToolChoiceOption are now public.
Fixed update_agents to execute with body as a keyword parameter.
New tool_resources parameter added to runs.create and run.stream method. This parameter represents overridden enabled tool resources that the agent should use to run the thread. Default value is None.