Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Find/Create by Name. Fix Test Fixture #9

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

metaskills
Copy link
Owner

Changed

Names are no longer unique when assistants are created. This means the find/recreate by name is no longer needed. Recommend if deployments must track a fixed assistant to use the assistant id environment variable.

Fixed

OpenAI now seems to validate the tool JSON on Assistant create. Fixed a bug in a test fixture where required was in the wrong place.

Changed: Names are no longer unique when assistants are created. This means the find/recreate by name is no longer needed. Recommend if deployments must track a fixed assistant to use the assistant id environment variable.

Fixed: OpenAI now seems to validate the tool JSON on Assistant create. Fixed a bug in a test fixture where `required` was in the wrong place.
@metaskills metaskills merged commit 0b435f5 into main Jun 1, 2024
1 check passed
@metaskills metaskills deleted the InitAndName branch June 22, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant