Update tools.mdx

Fix typo
This commit is contained in:
Christophe DUC
2025-04-01 21:18:49 +02:00
committed by GitHub
parent 870b0bce13
commit 276c04d098

View File

@@ -76,7 +76,7 @@ Emmanuel Macron (born December 21, 1977, Amiens, France) is a French banker and
## Creating a Custom Tool for Weather Information to Schedule the Fireworks
The perfect gala would have fireworks over a clear sky, se need to make sure the fireworks are not cancelled due to bad weather.
The perfect gala would have fireworks over a clear sky, we need to make sure the fireworks are not cancelled due to bad weather.
Let's create a custom tool that can be used to call an external weather API and get the weather information for a given location.
@@ -431,4 +431,4 @@ By integrating these tools, Alfred is now equipped to handle a variety of tasks,
Try implementing a tool that can be used to get the latest news about a specific topic.
When you're done, implement your custom tools in the <code>tools.py</code> file.
</Tip>
</Tip>