Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_tools

Method
This is a method of the ToolPluginProtocol class in the plugins module.
Get tool definitions provided by this plugin

Signature

def get_tools(&self) -> Vec<ToolDefinition>

Returns

Returns
Vec<ToolDefinition>
The result of the operation.

Rust Tools

Rust Code Execution

Rust Web Search