Skip to content

Commit ead9a6e

Browse files
committed
code fix
1 parent 63e56ee commit ead9a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2
164164
"file_ids": ["assistant-123abc456"]
165165
"tool_resources"{
166166
"code interpreter": {
167-
"file_ids": [assistant-1234]
167+
"file_ids": ["assistant-1234"]
168168
}
169169
}
170170
}'

0 commit comments

Comments
 (0)