We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42f913 commit 400379aCopy full SHA for 400379a
1 file changed
src/llm/apis/openai_responses.cpp
@@ -297,7 +297,7 @@ absl::Status OpenAIResponsesHandler::parseResponsesPart(std::optional<uint32_t>
297
#if (PYTHON_DISABLE == 0)
298
// Build processedJson with a "messages" array in chat/completions format so that
299
// 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
+ // Handles reasoning, function_call (merged into assistant tool_calls), and
301
// function_call_output (converted to role:tool messages).
302
{
303
Document processedDoc;
0 commit comments