Skip to content

Commit c3b13cc

Browse files
Fix failing tests
1 parent 92ff73a commit c3b13cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ async def test_tool_use(self) -> None:
331331
]
332332

333333
tool_parameters_response = await self.co.chat(
334-
message="How good were the sales on September 29?",
334+
message="How good were the sales on September 29 2023?",
335335
tools=tools,
336336
model="command-nightly",
337337
preamble="""

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def test_tool_use(self) -> None:
393393
]
394394

395395
tool_parameters_response = co.chat(
396-
message="How good were the sales on September 29?",
396+
message="How good were the sales on September 29 2023?",
397397
tools=tools,
398398
model="command-nightly",
399399
preamble="""

0 commit comments

Comments
 (0)