A2AAgentSkill
Defined in the ui module.Rust AI Agent SDK A2A Agent Skill definition
Fields
| Name | Type | Description |
|---|---|---|
name | String | Skill name |
description | String | Skill description |
Option | :is_none")] | Input schema (JSON Schema) |
input_schema | Option<serde_json::Value> | Input schema (JSON Schema) |
Option | :is_none")] | Output schema (JSON Schema) |
output_schema | Option<serde_json::Value> | Output schema (JSON Schema) |
Source
View on GitHub
praisonai/src/parity/ui.rs at line 37
