Skip to content

Commit 34cba1f

Browse files
committed
edits
1 parent 8254aca commit 34cba1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/assistants-env-var-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: mrbullwinkle
44
ms.author: mbullwin
55
ms.service: azure-ai-openai
66
ms.topic: include
7-
ms.date: 10/0//2024
7+
ms.date: 10/09/2024
88
ms.custom: devex-track-js, devex-track-typescript
99
---
1010
|Variable name | Value |

articles/ai-services/openai/includes/assistants-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To successfully make a call against the Azure OpenAI service, set environment va
9696

9797
## Create an assistant
9898

99-
In our code we are going to specify the following values:
99+
In our code we're going to specify the following values:
100100
101101
| **Name** | **Description** |
102102
|:---|:---|
@@ -107,7 +107,7 @@ In our code we are going to specify the following values:
107107
108108
### Tools
109109
110-
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).
110+
An individual assistant can access up to 128 tools including `code interpreter`, and any custom tools you create via [functions](../how-to/assistant-functions.md).
111111
112112
#### [TypeScript keyless (Recommended)](#tab/typescript-keyless)
113113
@@ -571,7 +571,7 @@ Message content: "Yes, of course! To solve the equation \\( 3x + 11 = 14 \\), we
571571
Message content: "I need to solve the equation `3x + 11 = 14`. Can you help me?"
572572
```
573573
574-
It is important to remember that while the code interpreter gives the model the capability to respond to more complex queries by converting the questions into code and running that code iteratively in JavaScript until it reaches a solution, you still need to validate the response to confirm that the model correctly translated your question into a valid representation in code.
574+
It's important to remember that while the code interpreter gives the model the capability to respond to more complex queries by converting the questions into code and running that code iteratively in JavaScript until it reaches a solution, you still need to validate the response to confirm that the model correctly translated your question into a valid representation in code.
575575

576576
## Clean up resources
577577

0 commit comments

Comments
 (0)