Skip to content

Commit

Permalink
Force single step
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahkady committed May 22, 2024
1 parent d763bbf commit dd970bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ async def test_tool_use(self) -> None:
message="",
tools=tools,
tool_results=tool_results,
force_single_step=True,
model="command-nightly",
)

Expand Down
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def test_tool_use(self) -> None:
message="",
tools=tools,
tool_results=tool_results,
force_single_step=True,
model="command-nightly",
)

Expand Down

0 comments on commit dd970bc

Please sign in to comment.