update_slash_commands(
self,
commands: list[CommandEntry],
) -> None| Name | Type | Description |
|---|---|---|
commands* | list[CommandEntry] | Full list of |
Update the slash command controller's command list.
Called by the app after discovering skills to merge static
commands with dynamic /skill: entries.