Skip to content

Commit 3576b2b

Browse files
Update assistant-functions.md
1 parent 78ac5e6 commit 3576b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/assistant-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ In the following example, replace `output` with the output of the function you w
187187
```console
188188
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/thread_abc123/runs/run_123/submit_tool_outputs?api-version=2024-07-01-preview \
189189
-H "Content-Type: application/json" \
190-
-H "api-key: 851c6e0b83744d8c8fc2a07eab098376" \
190+
-H "api-key: $AZURE_OPENAI_API_KEY" \
191191
-d '{
192192
"tool_outputs": [{
193193
"tool_call_id": "call_123",

0 commit comments

Comments
 (0)