Skip to content

Commit 224a01f

Browse files
committed
formatting
1 parent b465ff9 commit 224a01f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,26 @@ author: mrbullwinkle
2929
1. From the Azure AI Studio Home page, select **Build** > **Playground**.
3030

3131
The Assistants playground allows you to explore, prototype, and test AI Assistants without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
32-
33-
1. Select your deployment from the **Deployments** dropdown.
34-
1. Select **Assistants** from the **Mode** dropdown menu.
32+
33+
The playground provides several options to configure your Assistant. In the following steps, you will use the **Assistant setup** pane to create a new AI assistant.
34+
35+
| **Name** | **Description** |
36+
|:---|:---|
37+
| **Assistant name** | Your deployment name that is associated with a specific model. |
38+
| **Instructions** | Instructions are similar to system messages this is where you give the model guidance about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, tell it what it should and shouldn't answer, and tell it how to format responses. You can also provide examples of the steps it should take when answering responses. |
39+
| **Deployment** | This is where you set which model deployment to use with your assistant. |
40+
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
41+
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
42+
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. |
43+
44+
45+
1. Select your deployment from the **Deployments** dropdown.
46+
1. Select **Assistants** from the **Mode** dropdown menu.
3547

3648
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
3749

3850
## Create your first Assistant
3951

40-
Azure AI Studio provides several options to configure your Assistant. In the following steps, you will use the **Assistant setup** pane to create a new AI assistant.
41-
42-
| **Name** | **Description** |
43-
|:---|:---|
44-
| **Assistant name** | Your deployment name that is associated with a specific model. |
45-
| **Instructions** | Instructions are similar to system messages this is where you give the model guidance about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, tell it what it should and shouldn't answer, and tell it how to format responses. You can also provide examples of the steps it should take when answering responses. |
46-
| **Deployment** | This is where you set which model deployment to use with your assistant. |
47-
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
48-
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
49-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. |
50-
5152
1. From the Assistant setup drop-down, select **New**.
5253
2. Give your Assistant a name.
5354
3. Enter the following instructions "You are an AI assistant that can write code to help answer math questions"

0 commit comments

Comments
 (0)