Skip to content

Commit

Permalink
fix: anthropic tool call test
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 committed May 17, 2024
1 parent d59cde5 commit 9657a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai/src/providers/fireworks/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Fireworks provider tool calls", () => {
{
role: "user",
content:
"Extract data from message: Hi my name is John Doe. I'm 26 years old and I work in real estate.",
"Extract name from the following message: \n\n Message: Hi my name is John Doe. I'm 26 years old and I work in real estate.",
},
],
tools: [
Expand Down

0 comments on commit 9657a8e

Please sign in to comment.