feat(UI): allow system prompts and persona prompts to be saved server side and individually included or excluded from messages

This commit is contained in:
Willie Zutz 2025-05-27 12:53:30 -06:00
parent 8e6934bb64
commit 011d10df29
27 changed files with 1345 additions and 132 deletions

View file

@ -18,7 +18,7 @@ import {
youtubeSearchRetrieverPrompt,
} from './youtubeSearch';
export default {
const prompts = {
webSearchResponsePrompt,
webSearchRetrieverPrompt,
academicSearchResponsePrompt,
@ -32,3 +32,5 @@ export default {
youtubeSearchResponsePrompt,
youtubeSearchRetrieverPrompt,
};
export default prompts;