reasoning_content -> reasoning (#27752)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-11-08 04:15:08 -08:00
committed by GitHub
parent 608bb14462
commit d9ab1ad9d1
46 changed files with 428 additions and 438 deletions

View File

@@ -102,7 +102,7 @@ def test_prepare_apply_chat_template_tools_and_messages(
assert actual_request == expected_mistral_output
# Tool use with list content and reasoning_content
# Tool use with list content and reasoning
@pytest.mark.parametrize(
"openai_request,expected_mistral_output",
[
@@ -115,7 +115,7 @@ def test_prepare_apply_chat_template_tools_and_messages(
},
{
"role": "assistant",
"reasoning_content": None,
"reasoning": None,
"content": None,
"tool_calls": [
{