Revert test file name to match project naming style

This commit is contained in:
xianghuijin 2025-03-20 21:28:24 +08:00
parent cde67f2b71
commit 9384a0fb3f

View file

@ -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"