We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd5a8a commit fc442c4Copy full SHA for fc442c4
1 file changed
docs/content/docs/mastra/generative-ui/tool-based.mdx
@@ -89,7 +89,7 @@ export const weatherAgent = new Agent({
89
</Step>
90
<Step>
91
### Render the tool call in your frontend
92
-At this point, your agent will be able to call the `get_weather` tool. Now
+At this point, your agent will be able to call the `weatherInfo` tool. Now
93
we just need to add a `useCopilotAction` hook to render the tool call in
94
the UI.
95
@@ -130,4 +130,4 @@ Try asking the agent to get the weather for a location. You should see the custo
130
render the tool call and display the arguments that were passed to the tool.
131
132
133
-</Steps>
+</Steps>
0 commit comments