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 92ff73a commit c3b13ccCopy full SHA for c3b13cc
tests/test_async_client.py
@@ -331,7 +331,7 @@ async def test_tool_use(self) -> None:
331
]
332
333
tool_parameters_response = await self.co.chat(
334
- message="How good were the sales on September 29?",
+ message="How good were the sales on September 29 2023?",
335
tools=tools,
336
model="command-nightly",
337
preamble="""
tests/test_client.py
@@ -393,7 +393,7 @@ def test_tool_use(self) -> None:
393
394
395
tool_parameters_response = co.chat(
396
397
398
399
0 commit comments