Skip to content

Commit

Permalink
Merge pull request #21 from ai-forever/feature/add_new_role
Browse files Browse the repository at this point in the history
Добавил роль function_in_progress
  • Loading branch information
Mikelarg authored Jun 13, 2024
2 parents 179dec6 + 4b137b1 commit 6a66761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gigachat"
version = "0.1.28"
version = "0.1.29"
description = "GigaChat. Python-library for GigaChain and LangChain"
authors = ["Konstantin Krestnikov <[email protected]>", "Sergey Malyshev <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/gigachat/models/messages_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ class MessagesRole(str, Enum):
USER = "user"
FUNCTION = "function"
SEARCH_RESULT = "search_result"
FUNCTION_IN_PROGRESS = "function_in_progress"

0 comments on commit 6a66761

Please sign in to comment.