We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e8be3 commit 3edc201Copy full SHA for 3edc201
documentation/CustomizeSolution.md
@@ -41,7 +41,7 @@ Every agent is equipped with a set of tools (functions) that it can call to perf
41
42
Example (for a `BakerAgent`):
43
```python
44
- from autogen_core.components.tools import FunctionTool
+ from autogen_core.components.tools import FunctionTool, Tool
45
46
async def bake_cookies(cookie_type: str, quantity: int) -> str:
47
return f"Baked {quantity} {cookie_type} cookies."
0 commit comments