Skip to content

Commit

Permalink
Merge pull request #47 from Aleph-Alpha/remove-message-field
Browse files Browse the repository at this point in the history
remove message field from CompletionResult
  • Loading branch information
ahartel authored Aug 15, 2022
2 parents 5a26a0a + 85cd8c2 commit 7824722
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.3

### Bugfix

* Remove `message` field from CompletionResult

## 2.2.2

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion aleph_alpha_client/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ class CompletionResult(NamedTuple):
completion: Optional[str] = None
completion_tokens: Optional[Sequence[str]] = None
finish_reason: Optional[str] = None
message: Optional[str] = None


class CompletionResponse(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion aleph_alpha_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.2"
__version__ = "2.2.3"

0 comments on commit 7824722

Please sign in to comment.