Skip to content

Commit

Permalink
fix: remove claude messages immutability (fixes #707)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Sep 24, 2024
1 parent aeff12c commit 9e979a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class ClaudeRequestFactory : BaseRequestFactory() {
ClaudeCompletionStandardMessage("assistant", prevMessage.response)
)
}
.toList()

when {
callParameters.imageMediaType != null && callParameters.imageData.isNotEmpty() -> {
Expand Down

0 comments on commit 9e979a0

Please sign in to comment.