Skip to content

Commit b36b0d0

Browse files
Merge pull request #3801 from mrbullwinkle/patch-32
Update responses.md
2 parents 2a01f88 + 80d1862 commit b36b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ for output in response.output:
506506
input.append(
507507
{
508508
"type": "function_call_output",
509-
"call_id": output.id,
509+
"call_id": output.call_id,
510510
"output": '{"temperature": "70 degrees"}',
511511
}
512512
)

0 commit comments

Comments
 (0)