Skip to content

Commit

Permalink
Merge pull request #1094 from dennysfredericci/bugfix/duplicated-mess…
Browse files Browse the repository at this point in the history
…ages-in-memory-for-anthropic-models

Remove duplicate invocation from handleMessageStop.
  • Loading branch information
geoand authored Nov 22, 2024
2 parents afcbb14 + 4c9d015 commit 3deb3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ void streaming() {
event: message_stop
data: {"type":"message_stop" }
""";

wireMockServer.stubFor(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public void onFailure(Throwable failure) {

@Override
public void onCompletion() {
handleMessageStop();
}

@Override
Expand Down

0 comments on commit 3deb3c5

Please sign in to comment.