docs: cleanup (#5401)

* docs: cleanup

* fix nav

* fix

* fix nits
This commit is contained in:
Lauren Hirata Singh
2025-07-08 12:33:14 -04:00
committed by GitHub
parent f21fc056bf
commit 4de1bd6e66
10 changed files with 80 additions and 864 deletions
@@ -206,7 +206,7 @@ Name: tavily_search
### Math agent
For math agent tools we will use [vanilla Python functions](../../agents/tools.md#define-simple-tools):
For math agent tools we will use [vanilla Python functions](../../how-tos/tool-calling.md#define-a-tool):
```python
def add(a: float, b: float):