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
