diff --git a/docs/PromptTemplates.md b/docs/PromptTemplates.md index d0d3603..23a6c83 100644 --- a/docs/PromptTemplates.md +++ b/docs/PromptTemplates.md @@ -7,15 +7,13 @@ customization. Place your prompt templates in the classpath: -System prompt template: +System prompt template (path: `prompts/default-system-prompt.mustache`): ```mustache -prompts/default-system-prompt.mustache: You are helpful assistant using chatMemoryID={{chatMemoryID}} ``` -User prompt template: +User prompt template (path: `prompts/default-user-prompt.mustache`): ```mustache -prompts/default-user-prompt.mustache: Hello, {{userName}}! {{message}} ```