@@ -59,7 +59,7 @@ Next run the AG-UI Dojo example frontend.
5959This demonstrates a basic agent interaction including Pydantic AI server side
6060tools 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
9595Demonstrates a long running task where the agent sends updates to the frontend
9696to 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
132132of the UI based on agent responses, including user interaction via user
133133confirmation.
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
168168validates the data using a custom pydantic model before using to create the
169169instructions 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
188188Demonstrates 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