Skill Manifests for Yafai-skills
Manifests are the core of how yafai-skills enables Large Language Models (LLMs) to interact with external tools and services.They act as comprehensive blueprints, defining what a tool can do, how to use it, and what kind of responses to expect.
Action Manifests are defined in YAML files and follow a clear, hierarchical structure.
Parameters are the inputs an action needs. yafai-skills supports various data types to accurately represent your API’s requirements.
string: Text (e.g., “hello world”)
integer: Whole numbers (e.g., 123)
boolean: True/False values (e.g., true, false)