Skip to content

Commit 1031a6e

Browse files
committed
fix typo in prompts
1 parent b2309ba commit 1031a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript-sdk/integrations/mastra/example/src/mastra/agents/backend-tool-rendering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const backendToolRenderingAgent = new Agent({
1616
- Include relevant details like humidity, wind conditions, and precipitation
1717
- Keep responses concise but informative
1818
19-
Use the weatherTool to fetch current weather data.
19+
Use the get_weather tool to fetch current weather data.
2020
`,
2121
model: openai("gpt-4o-mini"),
2222
tools: { get_weather: weatherTool },

typescript-sdk/integrations/pydantic-ai/examples/server/api/backend_tool_rendering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Include relevant details like humidity, wind conditions, and precipitation
2323
- Keep responses concise but informative
2424
25-
Use the weatherTool to fetch current weather data.
25+
Use the get_weather tool to fetch current weather data.
2626
"""
2727
),
2828
)

0 commit comments

Comments
 (0)