Command starts with `/some-command` Add commands parser. Handle commands internally, LLM must not know about these commands. Commands must be case-insensitive Examples: - `/exit` - `/skill` - `/init`
Command starts with
/some-commandAdd commands parser. Handle commands internally, LLM must not know about these commands.
Commands must be case-insensitive
Examples:
/exit/skill/init