Skip to content

Commit 400379a

Browse files
author
mkulakow
committed
fix
1 parent a42f913 commit 400379a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llm/apis/openai_responses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ absl::Status OpenAIResponsesHandler::parseResponsesPart(std::optional<uint32_t>
297297
#if (PYTHON_DISABLE == 0)
298298
// Build processedJson with a "messages" array in chat/completions format so that
299299
// the Python Jinja template path can consume Responses API input without a separate code path.
300-
// Handles reasoning (skipped), function_call (merged into assistant tool_calls), and
300+
// Handles reasoning, function_call (merged into assistant tool_calls), and
301301
// function_call_output (converted to role:tool messages).
302302
{
303303
Document processedDoc;

0 commit comments

Comments
 (0)