Fix https://github.com/ai-forever/gpt2giga/issues/54 #55
Merged
krakenalt merged 1 commit intoai-forever:release/pre-release-0.1.0from Jan 22, 2026
Merged
Conversation
Collaborator
|
Спасибо за PR! |
de54294
into
ai-forever:release/pre-release-0.1.0
5 of 6 checks passed
krakenalt
added a commit
that referenced
this pull request
Jan 22, 2026
* feat: add structured output support via function calling (#49) * feat: add structured output support via function calling GigaChat API does not support response_format: json_schema natively. This emulates structured output by converting json_schema to virtual function call and transforming the response back to content. * fix: remove unused pytest import * style: format code with black * chore: remove uv.lock * fix: pass response_format explicitly to avoid race condition * style: format with black --------- Co-authored-by: Sergey Muravsky <s.muravsky@gigab2b.ru> * feature:up tiktoken, wheel now available for 3.14 * bugfix: create a new gigachat instance if pass_token=True (#51) * refactor: up libraries, refctor tests * Refactor/release0.1.0 (#53) * refactor: up libraries, refctor tests * refactor: optimize imports * bugfix: string values * Update coverage badge for release/pre-release-0.1.0 * chore: bump version * chore: up README.md * chore: up README.md * chore: change to static method _apply_json_schema_as_function * Update response_mapper.py (#55) * chore: up gigachat version * chore: up gigachat version --------- Co-authored-by: 0717376 <103773680+0717376@users.noreply.github.com> Co-authored-by: Sergey Muravsky <s.muravsky@gigab2b.ru> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: AlexandrRSU <65045191+AlexandrRSU@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.