get_skill()
Get a skill definition by name.
Usage
get_skill(name)Parameters
name: str-
The skill name (e.g.,
"sql_analysis").
Returns
SkillDefinition- The full skill definition.
Raises
KeyError- If no skill with that name exists.
Examples
import talk_box as tb
skill = tb.get_skill("sql_analysis")
skill.description