Multion
MultionToolSpec #
Bases: BaseToolSpec
Multion tool spec.
Source code in llama-index-integrations/tools/llama-index-tools-multion/llama_index/tools/multion/base.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
browse #
browse(cmd: str)
Browse the web using Multion Multion gives the ability for LLMs to control web browsers using natural language instructions.
You may have to repeat the instruction through multiple steps or update your instruction to get to the final desired state. If the status is 'CONTINUE', reissue the same instruction to continue execution
Parameters:
Name | Type | Description | Default |
---|---|---|---|
cmd
|
str
|
The detailed and specific natural language instructrion for web browsing |
required |
Source code in llama-index-integrations/tools/llama-index-tools-multion/llama_index/tools/multion/base.py
16 17 18 19 20 21 22 23 24 25 26 27 |
|