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.

ToolCall

Defined in the protocols module.
Rust AI Agent SDK A tool call from the LLM.

Fields

NameTypeDescription
idStringTool call ID
nameStringTool name
argumentsserde_json::ValueTool arguments

Source

View on GitHub

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

Rust Tools

Rust Code Execution

Rust Web Search