Skip to main content

A2AAgentSkill

Defined in the ui module.
Rust AI Agent SDK A2A Agent Skill definition

Fields

NameTypeDescription
nameStringSkill name
descriptionStringSkill description
Option:is_none")]Input schema (JSON Schema)
input_schemaOption<serde_json::Value>Input schema (JSON Schema)
Option:is_none")]Output schema (JSON Schema)
output_schemaOption<serde_json::Value>Output schema (JSON Schema)

Source

View on GitHub

praisonai/src/parity/ui.rs at line 37