Skip to content

Commit 0291f8b

Browse files
authored
docs: Clarify why AG-UI example links are on localhost (#2549)
1 parent 19cfbbf commit 0291f8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/examples/ag-ui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Next run the AG-UI Dojo example frontend.
5959
This demonstrates a basic agent interaction including Pydantic AI server side
6060
tools and AG-UI client side tools.
6161

62-
View the [Agentic Chat example](http://localhost:3000/pydantic-ai/feature/agentic_chat).
62+
If you've [run the example](#running-the-example), you can view it at <http://localhost:3000/pydantic-ai/feature/agentic_chat>.
6363
6464
#### Agent Tools
6565
@@ -95,7 +95,7 @@ Perform the following steps, waiting for the response of each step before contin
9595
Demonstrates a long running task where the agent sends updates to the frontend
9696
to let the user know what's happening.
9797

98-
View the [Agentic Generative UI example](http://localhost:3000/pydantic-ai/feature/agentic_generative_ui).
98+
If you've [run the example](#running-the-example), you can view it at <http://localhost:3000/pydantic-ai/feature/agentic_generative_ui>.
9999
100100
#### Plan Prompts
101101
@@ -132,7 +132,7 @@ Demonstrates how to use the predictive state updates feature to update the state
132132
of the UI based on agent responses, including user interaction via user
133133
confirmation.
134134
135-
View the [Predictive State Updates example](http://localhost:3000/pydantic-ai/feature/predictive_state_updates).
135+
If you've [run the example](#running-the-example), you can view it at <http://localhost:3000/pydantic-ai/feature/predictive_state_updates>.
136136

137137
#### Story Tools
138138

@@ -168,7 +168,7 @@ State sent to the agent is detected by a function based instruction. This then
168168
validates the data using a custom pydantic model before using to create the
169169
instructions for the agent to follow and send to the client using a AG-UI tool.
170170

171-
View the [Shared State example](http://localhost:3000/pydantic-ai/feature/shared_state).
171+
If you've [run the example](#running-the-example), you can view it at <http://localhost:3000/pydantic-ai/feature/shared_state>.
172172
173173
#### Recipe Tools
174174
@@ -187,7 +187,7 @@ View the [Shared State example](http://localhost:3000/pydantic-ai/feature/shared
187187
188188
Demonstrates customised rendering for tool output with used confirmation.
189189
190-
View the [Tool Based Generative UI example](http://localhost:3000/pydantic-ai/feature/tool_based_generative_ui).
190+
If you've [run the example](#running-the-example), you can view it at <http://localhost:3000/pydantic-ai/feature/tool_based_generative_ui>.
191191

192192
#### Haiku Tools
193193

0 commit comments

Comments
 (0)