Skip to content

Commit

Permalink
fix: firework function-v1 model test
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 committed May 20, 2024
1 parent 3e68088 commit 1fa685b
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 @@ -37,6 +37,6 @@ describe("Fireworks provider tool calls", () => {
);
expect(
resp.choices[0]?.message.tool_calls?.[0]?.function.arguments,
).contains('"John Doe"');
).contains("John Doe");
}, 10000);
});

0 comments on commit 1fa685b

Please sign in to comment.