-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Add support for struct. output #19
feat: Add support for struct. output #19
Conversation
gkaretka
commented
Oct 22, 2024
- add support for structured outputs
- with function calling
- with structured outputs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gkaretka, some small comments here and there
- add support for structured outputs - with function calling - with structured outputs Co-authored-by: Marek Šuppa <[email protected]>
df64fde
to
896999e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gkaretka thanks a lot for this work. My only concerns are around code quality. This codebase is already quite messy, so let's try to not make it worse -- or else adding further changes will become more and more of a nightmare 😅
655b9ef
to
dd05258
Compare
- address PR comments Co-authored-by: Sam Sucik <[email protected]>
dd05258
to
2147841
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gkaretka I've got only minor comments at the point. Once addressed (in whatever way you deem appropriate 😄), feel free to merge -- provided that everything works for you. Thanks 🚀
Co-authored-by: Sam Sucik <[email protected]>
Co-authored-by: Sam Sucik <[email protected]>
Co-authored-by: Sam Sucik <[email protected]>
Co-authored-by: Sam Sucik <[email protected]>
dd3ccfb
to
9a102d2
Compare