We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b387f64 + e87f98a commit 9f1033bCopy full SHA for 9f1033b
articles/ai-services/openai/how-to/code-interpreter.md
@@ -6,7 +6,7 @@ services: cognitive-services
6
manager: nitinme
7
ms.service: azure-ai-openai
8
ms.topic: how-to
9
-ms.date: 01/28/2025
+ms.date: 02/03/2025
10
author: aahill
11
ms.author: aahi
12
recommendations: false
@@ -104,7 +104,12 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2
104
"tools": [
105
{ "type": "code_interpreter" }
106
],
107
- "model": "gpt-4-1106-preview"
+ "model": "gpt-4-1106-preview",
108
+ "tool_resources": {
109
+ "code_interpreter": {
110
+ "file_ids": ["assistant-123abc456"]
111
+ }
112
113
}'
114
```
115
0 commit comments