Skip to main content

activate

Method
This is a method of the SkillActivationProtocol class in the activation module.
Activate a skill and return its rendered body.

Signature

Parameters

str
required
Name of the skill to activate
str
default:"''"
Arguments to substitute in the skill body
Optional[str]
Optional session identifier for context

Returns

str
Rendered skill body with arguments substituted

Exceptions

If skill is not found or not user-invocable

Used By

Source

View on GitHub

praisonaiagents/skills/activation.py at line 15