mirror of https://github.com/aliasrobotics/cai.git
Revert test file name to match project naming style
This commit is contained in:
parent
29f39313a3
commit
eaafad41ca
|
|
@ -54,7 +54,7 @@ class MockModel:
|
|||
)
|
||||
|
||||
|
||||
class TestPreventInfiniteToolLoop:
|
||||
class TestToolChoiceReset:
|
||||
async def test_tool_choice_resets_after_call(self):
|
||||
"""Test that tool_choice is reset to 'auto' after tool call when set to 'required'"""
|
||||
# Create an agent with tool_choice="required"
|
||||
Loading…
Reference in New Issue