Skip to content

Commit 4b16f12

Browse files
committed
updating playground section
1 parent 9d175bd commit 4b16f12

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

articles/ai-services/agents/includes/quickstart-foundry.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ If you want to set up your hub, project, and deploy a model in an automated way,
7272
## Use the agent playground
7373

7474

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.
7678

7779
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.
7880

@@ -84,26 +86,6 @@ If you want to set up your hub, project, and deploy a model in an automated way,
8486
8587

8688

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-
10789
## See also
10890

10991
* 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.
Binary file not shown.

0 commit comments

Comments
 (0)