Re-exports§
pub use anyhow;pub use serde_json;pub use toml;
Structs§
- Function
Definition - Tool
Definition - An OpenAI-compatible tool/function definition.
- Tool
Output - The result of executing a tool.
Traits§
- Skill
- A skill bundles a set of related tools and knows how to configure them.
- Tool
- A tool that can be invoked by the AI.
Skill tools bake all required config in at construction time (via
Skill::build_tools) so they need no runtime context.