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

@@ -337,7 +337,7 @@ def test_extract_tool_calls_streaming_incremental(
if (
delta_message.role is None
and delta_message.content is None
and delta_message.reasoning_content is None
and delta_message.reasoning is None
and len(delta_message.tool_calls) == 0
):
continue