-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add ChatMessage as a first class cog type #2186
base: main
Are you sure you want to change the base?
Conversation
8W9aG
commented
Mar 6, 2025
- Solves Support OpenAI-compatible ChatMessage type #2180
* Add typed dictionaries which conform to OpenAI’s protocol specification as first class objects due to the ubiquity of their use.
Niceee! Is there a reason to use How do you test this with |
Reason for the namespace I couldn't get |
Yes I think |
* Use the schema to parse the expected format of the key, and if it is in our anticipated formats encode it with JSON and send that via API to the cog service.
* This is valid in OpenAPI
I believe this now complete |