Skip to content

Commit 3b22321

Browse files
authored
Merge pull request #48 from rdulmina/main
Add GIF for test AI agent api in devant
2 parents 6c7944b + 5671afb commit 3b22321

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Loading

en/docs/quick-start-guides/deploy-your-first-ai-agent.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This redirects you to the overview page of the AI Agent. Now, let's develop the
8585
3. Add an appropriate commit message and commit.
8686
4. Click **Sync Changes** to push the changes to remote.
8787
5. Go back to the **Design** view using the back arrow on the top left coner.
88-
5. From the right side panel, click the **View in Devant** to view this integration in Devant.
88+
6. From the right side panel, click the **View in Devant** to view this integration in Devant.
8989

9090
## Step 6: Test and Consume AI Agent
9191
1. Once you push the changes, the overview page of the Devant AI Agent will automatically refresh and show you the **Latest Commit** and automatically builds and shows the **Build Status**.
@@ -95,6 +95,8 @@ This redirects you to the overview page of the AI Agent. Now, let's develop the
9595

9696
2. Once the **Build Status** shows `Build completed`, it will be automatically deployed into the development card.
9797
3. Send a prompt to test your Math Tutor agent, such as `What is 2343282 * 392011`. Even though typically LLMs are bad at large multiplication, this agent has tool support to give an accurate answer.
98+
99+
<a href="{{base_path}}/assets/img/get-started/deploy-your-first-ai-agent/test-agent-in-devant.gif"><img src="{{base_path}}/assets/img/get-started/deploy-your-first-ai-agent/test-agent-in-devant.gif" alt="Ballerina Integrator Icon" width="80%"></a>
98100

99101
4. After successfully testing, you can promote your AI Agent to production by clicking **Promote** button.
100102

0 commit comments

Comments
 (0)