mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
Docs : minor change
This commit is contained in:
parent
be1fac85fd
commit
228b226d5f
Binary file not shown.
Before Width: | Height: | Size: 240 KiB |
@ -11,14 +11,8 @@ For example:
|
|||||||
```python
|
```python
|
||||||
print("Hello world")
|
print("Hello world")
|
||||||
```
|
```
|
||||||
|
|
||||||
This is then executed by the tool with its own class implementation of execute().
|
This is then executed by the tool with its own class implementation of execute().
|
||||||
|
|
||||||
A tool is not just for code tool but also API, internet, etc..
|
A tool is not just for code tool but also API, internet, etc..
|
||||||
For example a flight API tool could be used like so:
|
|
||||||
```flight_search
|
|
||||||
HU787
|
|
||||||
```
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user