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.

ToolSchema

Defined in the protocols module.
Rust AI Agent SDK Tool schema for LLM.

Fields

NameTypeDescription
nameStringTool name
descriptionStringTool description
parametersserde_json::ValueParameter schema

Source

View on GitHub

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

Rust Tools

Rust Code Execution

Rust Web Search