Skip to main content

Module config

Module config 

Source
Expand description

Read skill-scoped configuration values.

Config values are set when the skill is installed/configured. They are non-secret settings declared in the [[config]] section of Skill.toml.

Requires the config capability in your Skill.toml.

Functions§

get
Get a config value by key. Returns None if the key doesn’t exist.