diff --git a/media/exemples/search_event.png b/media/exemples/search_event.png deleted file mode 100644 index cea4e05..0000000 Binary files a/media/exemples/search_event.png and /dev/null differ diff --git a/sources/tools/tools.py b/sources/tools/tools.py index 83b4067..ace0924 100644 --- a/sources/tools/tools.py +++ b/sources/tools/tools.py @@ -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