Skip to main content

SkillProperties

Defined in the skills module.
Rust AI Agent SDK Properties of a skill parsed from SKILL.md frontmatter.

Fields

Methods

new

Create a new SkillProperties with name and description. Parameters:

get_allowed_tools

Get allowed tools as a vector.

validate

Validate the skill properties.

Source

View on GitHub

praisonai/src/skills/mod.rs at line 26

Rust Skills