Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

load

Method
This is a method of the SkillManager class in the skills module.
Load a skill by name.

Signature

def load(&mut self, name: &str) -> Result<&SkillProperties, ParseError>

Parameters

name
&str
required
No description available.

Returns

Returns
Result<&SkillProperties, ParseError>
The result of the operation.