We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d63fc3 commit 95ad4e4Copy full SHA for 95ad4e4
1 file changed
tests/basic/test_reasoning.py
@@ -88,6 +88,7 @@ async def test_send_with_reasoning_content(self):
88
# Create mock args with debug=False to avoid AttributeError
89
mock_args = MagicMock()
90
mock_args.debug = False
91
+ mock_args.show_thinking = True
92
93
coder = await Coder.create(model, None, io=io, stream=False, args=mock_args)
94
0 commit comments