Skip to main content

Crate openhelm_sdk

Crate openhelm_sdk 

Source

Re-exports§

pub use anyhow;
pub use serde_json;
pub use toml;

Structs§

FunctionDefinition
ToolDefinition
An OpenAI-compatible tool/function definition.
ToolOutput
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.