ToolSchema
Defined in the protocols module.Rust AI Agent SDK Tool schema for LLM.
Fields
| Name | Type | Description |
|---|---|---|
name | String | Tool name |
description | String | Tool description |
parameters | serde_json::Value | Parameter schema |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 232
