Skip to content

Commit fed89df

Browse files
Merge pull request #770 from diberry/diberry/1010-fix-nonblocking
JS - Assistants - fix tabs
2 parents 89a85c3 + c69429d commit fed89df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@ Message content: "I need to solve the equation `3x + 11 = 14`. Can you help me?"
578578
579579
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.
580580

581+
---
582+
581583
## Clean up resources
582584

583585
If you want to clean up and remove an Azure OpenAI resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.

0 commit comments

Comments
 (0)