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.
ToolDefinition
Defined in the tools module.Rust AI Agent SDK Tool definition for LLM function calling
Fields
| Name | Type | Description |
|---|---|---|
name | String | Tool name |
description | String | Tool description |
parameters | Value | Parameter schema (JSON Schema) |
Source
View on GitHub
praisonai/src/tools/mod.rs at line 90
