Skip to content

Commit d92ea47

Browse files
committed
minor instruction update and new image
1 parent 900851c commit d92ea47

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

learn-pr/wwl-sci/security-copilot-describe-agents/includes/5b-build-agents.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The Natural Language Agent Creation method allows you to build agents simply by
4242
- Engage in a conversational workflow where Security Copilot asks clarifying questions
4343
- Review and approve the automatically generated agent configuration
4444
- Select **View agent configuration** to transition to the agent builder, where you finalize your agent
45-
- Once the agent is configured, select **Test**, enter any inputs your agent requires, then select **Run test**.
46-
- Provide any necessary updates, based on the outcome of the test, then when your tests are complete, publish your agent.
45+
- Once the agent is configured, select **Publish**. You must currently published your agent before you can test it.
46+
- Once published, you **test** you agent.
4747

4848

4949
# [Build agent](#tab/build-agent)
@@ -55,14 +55,17 @@ The Natural Language Agent Creation method allows you to build agents simply by
5555
# [Agent details](#tab/agent-details)
5656
:::image type="content" source="../media/agent-details.png" lightbox="../media/agent-details.png" alt-text="Screenshot showing the details of the agent built using natural language.":::
5757

58+
# [Publish](#tab/publish)
59+
:::image type="content" source="../media/agent-publish.png" lightbox="../media/agent-publish.png" alt-text="Screenshot showing the publish window for your agent.":::
60+
5861
# [Test](#tab/test)
5962
:::image type="content" source="../media/test-agent.png" lightbox="../media/test-agent.png" alt-text="Screenshot showing the test window for your agent.":::
6063

6164
---
6265

6366
## Agent builder
6467

65-
The agent builder provides a comprehensive form-based experience for creating agents from scratch using the Security Copilot platform's graphical interface. On the top navigation bar, there are two tabs: **Build** and **Test**. Use the **Build** tab to define your agent and configure its tools. The **Test** tab lets you validate the agent's responses.
68+
The agent builder provides a comprehensive form-based experience for creating agents from scratch using the Security Copilot platform's graphical interface. On the top navigation bar, there are two tabs: **Build** and **Test**. Use the **Build** tab to define your agent and configure its tools. The **Test** tab lets you validate the agent's responses, but you must currently first publish your agent before you can test it.
6669

6770
You can configure the following sections in the agent builder:
6871

@@ -88,6 +91,8 @@ You can also use the **Copilot** button to open a Chat interface that appears on
8891

8992
---
9093

94+
Once you have completed the configuration of your agent, you must currently publish it before you can test it.
95+
9196
## YAML upload method
9297

9398
If you prefer not to use natural language prompts or the form-based agent builder, you can define your agent by uploading a YAML manifest. This approach gives developers the flexibility to build the agent YAML in their development environment of choice. This method is best suited for developers who want to reuse existing configurations, manage agent definitions through iterations, or work outside of UI-driven or conversational experiences.
117 KB
Loading

0 commit comments

Comments
 (0)