Class AiPromptSlashCommandInstaller
Writes a generated prompt as a slash-command file (---\ndescription: ...\n---\n\n<body>)
into every requested agent's CommandsDirectory. Agents without a
commands directory (Gemini CLI's TOML-only custom commands) are skipped, never errored. Overwrites an
existing file at the same path — idempotent, like the recipe engine's own upsert.
Inheritance
AiPromptSlashCommandInstaller
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public static class AiPromptSlashCommandInstaller
Methods
Install(AiPromptSlashCommandRequest)
Declaration
public static AiPromptSlashCommandInstallResult Install(AiPromptSlashCommandRequest request)
Parameters
Returns