Skip to content

Commit 3edc201

Browse files
committed
Update CustomizeSolution.md
1 parent 36e8be3 commit 3edc201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/CustomizeSolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Every agent is equipped with a set of tools (functions) that it can call to perf
4141

4242
Example (for a `BakerAgent`):
4343
```python
44-
from autogen_core.components.tools import FunctionTool
44+
from autogen_core.components.tools import FunctionTool, Tool
4545

4646
async def bake_cookies(cookie_type: str, quantity: int) -> str:
4747
return f"Baked {quantity} {cookie_type} cookies."

0 commit comments

Comments
 (0)