Module tools

Module tools 

Source
Expand description

Tools command - List and execute VEX tools

Usage:

vex tools list
vex tools run calculator '{"expression": "2+2"}'
vex tools schema calculator

Structs§

ToolsArgs
Arguments for the tools command

Enums§

ToolsCommand

Functions§

list_tools 🔒
List all available tools
run
Run the tools command
run_tool 🔒
Run a tool with JSON arguments
show_schema 🔒
Show the JSON schema for a tool