Skip to content

Commit 95ad4e4

Browse files
committed
Pass show-thinking in reasoning tag tests
1 parent 3d63fc3 commit 95ad4e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/basic/test_reasoning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async def test_send_with_reasoning_content(self):
8888
# Create mock args with debug=False to avoid AttributeError
8989
mock_args = MagicMock()
9090
mock_args.debug = False
91+
mock_args.show_thinking = True
9192

9293
coder = await Coder.create(model, None, io=io, stream=False, args=mock_args)
9394

0 commit comments

Comments
 (0)