Skip to content

Commit 93650fa

Browse files
Update 07_tools.md
1 parent ee73178 commit 93650fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/07_tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ For personalized functionalities you can add customly tailored tools to your age
166166

167167
### 1. Tool Class Definition
168168
```python
169+
from askui.models.shared.tools import Tool
170+
169171
class MyCustomTool(Tool):
170172
"""Brief description of what this tool does."""
171173
```

0 commit comments

Comments
 (0)