Docs : minor change

This commit is contained in:
martin legrand 2025-03-12 16:46:19 +01:00
parent be1fac85fd
commit 228b226d5f
2 changed files with 0 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

View File

@ -11,14 +11,8 @@ For example:
```python
print("Hello world")
```
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..
For example a flight API tool could be used like so:
```flight_search
HU787
```
"""
import sys