We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728d24 commit b588369Copy full SHA for b588369
src/test/tests.test.ts
@@ -80,7 +80,7 @@ describe("test sdk", () => {
80
});
81
82
// this test hasn't yet been fixed
83
- test.skip("check that no emojis get chopped up", async () => {
+ test.only("check that no emojis get chopped up", async () => {
84
const chat = await cohere.chatStream({
85
model: "command-r",
86
message: "generate 2000 emojis"
@@ -247,7 +247,7 @@ describe("test sdk", () => {
247
{
248
"averageSaleValue": "404.17",
249
"date": "2023-09-29",
250
- "id": "sales_database:0:0",
+ "id": "sales_database:0:1:0",
251
"numberOfSales": "120",
252
"tool_name": "sales_database",
253
"totalRevenue": "48500",
0 commit comments