mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 19:57:52 +02:00
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user