Skip to content

Commit 80d1862

Browse files
authored
Update responses.md
1 parent 2a01f88 commit 80d1862

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)