@@ -4,10 +4,10 @@ max_iterations: 2
44llms :
55 default : ${llm}
66tools_description : |
7- - WebSearch - Performs web search.
8- - VideoReader - Opens video from a youtube URL.
7+ - WebSearch - Performs a search in the web, wikipedia or youtube
8+ - VideoReader - Opens video from a youtube URL. Can access the video content, thumbnail, subtitles and audio.
99 - Browser - Browser tool that can load web pages and interact with their content.
10- - CodeExecutor - Executes the python code snippet.
10+ - CodeExecutor - Executes the python code snippet
1111known_actions :
1212 - _target_ : hydra.utils.get_class
1313 path : tapeagents.tools.web_search.SearchAction
@@ -17,18 +17,12 @@ known_actions:
1717 path : tapeagents.tools.code_executor.PythonCodeAction
1818 - _target_ : hydra.utils.get_class
1919 path : tapeagents.tools.browser.ClickAction
20- - _target_ : hydra.utils.get_class
21- path : tapeagents.tools.browser.SelectOptionAction
22- - _target_ : hydra.utils.get_class
23- path : tapeagents.tools.browser.InputTextAction
2420 - _target_ : hydra.utils.get_class
2521 path : tapeagents.tools.browser.GoBackAction
2622 - _target_ : hydra.utils.get_class
2723 path : tapeagents.tools.browser.GoForwardAction
2824 - _target_ : hydra.utils.get_class
2925 path : tapeagents.tools.browser.OpenUrlAction
30- - _target_ : hydra.utils.get_class
31- path : tapeagents.tools.browser.HoverAction
3226 - _target_ : hydra.utils.get_class
3327 path : tapeagents.tools.simple_browser.PageDownAction
3428 - _target_ : hydra.utils.get_class
0 commit comments