Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Apr 4, 2024
1 parent 7d0b267 commit 18bbfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function anthropicResponseToChatMessages(
const castMessage = messages as any;
const generations: ChatGeneration[] = [
{
text: "s",
text: "",
message: new AIMessage({
content: castMessage,
additional_kwargs: additionalKwargs,
Expand Down

0 comments on commit 18bbfea

Please sign in to comment.