Class AiPromptMarkdownFileWriter
Writes a generated prompt to a plain .md file at an arbitrary absolute path — the "save as file"
output destination. Deliberately outside Assets/ by default (a dev-authored prompt is never
runtime-loaded, so Serenity's Addressables-registration rule for created assets does not apply here).
Inheritance
AiPromptMarkdownFileWriter
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public static class AiPromptMarkdownFileWriter
Methods
Write(string, string)
Declaration
public static string Write(string absolutePath, string promptText)
Parameters
Returns