You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/assistants-javascript.md
+34-18Lines changed: 34 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,13 +122,27 @@ In our code we are going to specify the following values:
122
122
123
123
An individual assistant can access up to 128 tools including `code interpreter`, as well as any custom tools you create via [functions](../how-to/assistant-functions.md).
124
124
125
-
#### [TypeScript](#tab/typescript)
125
+
#### [TypeScript (Recommended) without key](#tab/typescript)
126
126
127
-
Create an assistant with the following **recommended** passwordless TypeScript module (index.ts):
127
+
Create the `index.ts` file with the following **recommended** passwordless TypeScript module (index.ts):
0 commit comments