Interface IAiPromptTemplateSource
Seam for loading a named prompt template's raw markdown text. Returns null when the template is missing.
Namespace: Serenity.Editor.AiPromptBuilder
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public interface IAiPromptTemplateSource
Methods
Load(string)
Declaration
string Load(string templateName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | templateName |
Returns
| Type | Description |
|---|---|
| string |