Skip to main content

ToolProtocol

Defined in the protocols module.
Rust AI Agent SDK Protocol for tool implementations.

Methods

name

Get the tool’s name

description

Get the tool’s description

parameters_schema

Get the tool’s parameter schema

execute

Execute the tool with arguments Parameters:

Source

View on GitHub

praisonai/src/protocols/mod.rs at line 0

Rust Tools

Rust Code Execution

Rust Web Search