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/agents/includes/quickstart-foundry.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ If you want to set up your hub, project, and deploy a model in an automated way,
72
72
## Use the agent playground
73
73
74
74
75
-
1. In the **Create and debug your agents** screen that appears, select **New agent**. This will create a new agent, and open a **Setup** pane where you can change its parameters and tools.
75
+
The **Agents playground** allows you to explore, prototype, and test agents without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
76
+
77
+
1. If you haven't already, select **Agents** from the navigation menu on the left. In the **Create and debug your agents** screen that appears, select **New agent**. This will create a new agent, and open a **Setup** pane where you can change its parameters and tools.
76
78
77
79
You can optionally give your agent a name other than the one generated for it, and add instructions to help improve its performance. Give your agent clear directions on what to do and how to do it. Include specific tasks, their order, and any special instructions like tone or engagement style.
78
80
@@ -84,26 +86,6 @@ If you want to set up your hub, project, and deploy a model in an automated way,
84
86
85
87
86
88
87
-
1. At the top of the **Setup** pane, select **Try in playground** to start using your agent.
88
-
89
-
## Use your agent
90
-
91
-
The **Agents playground** allows you to explore, prototype, and test agents without needing to run any code. From this page, you can quickly iterate and experiment with new ideas. When you interact with an agent, it:
92
-
93
-
1. Creates a thread object, which contains the context for a conversation, including individual messages sent between the agent and a user.
94
-
95
-
1. Appends a message object to the thread. A new message will be added to the thread for each turn of a conversation between an agent and a user.
96
-
97
-
1. Creates a run object on the thread to generate a response by calling the model and any tools you've added.
98
-
99
-
To interact with your agent:
100
-
101
-
1. Optionally change the **agent name** if you want, and add **instructions**. Instructions guide the personality of the agent and define its goals. Instructions are similar to [system messages](../../openai/concepts/advanced-prompt-engineering.md).
102
-
103
-
1. In the chat area of the playground, enter a message and wait for the agent to respond.
104
-
105
-
:::image type="content" source="../media/quickstart/agents-playground.png" alt-text="A screenshot of the Agents playground." lightbox="../media/quickstart/agents-playground.png":::
106
-
107
89
## See also
108
90
109
91
* See the [tools overview](../how-to/tools/overview.md) to learn about the tools you can allow your agent to use to extend its capabilities.
0 commit comments