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-ai-studio.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,25 +29,26 @@ author: mrbullwinkle
29
29
1. From the Azure AI Studio Home page, select **Build** > **Playground**.
30
30
31
31
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.
35
47
36
48
:::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":::
37
49
38
50
## Create your first Assistant
39
51
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
-
51
52
1. From the Assistant setup drop-down, select **New**.
52
53
2. Give your Assistant a name.
53
54
3. Enter the following instructions "You are an AI assistant that can write code to help answer math questions"
0 commit comments