Rename test file for better clarity
This commit is contained in:
parent
fb77c74fa1
commit
cde67f2b71
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class MockModel:
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class TestToolChoiceReset:
|
class TestPreventInfiniteToolLoop:
|
||||||
async def test_tool_choice_resets_after_call(self):
|
async def test_tool_choice_resets_after_call(self):
|
||||||
"""Test that tool_choice is reset to 'auto' after tool call when set to 'required'"""
|
"""Test that tool_choice is reset to 'auto' after tool call when set to 'required'"""
|
||||||
# Create an agent with tool_choice="required"
|
# Create an agent with tool_choice="required"
|
||||||
Loading…
Reference in a new issue