UNPKG

@convo-lang/convo-lang

Version:
6 lines (5 loc) 846 B
export declare const convoSystemMessages: { readonly moderatorTags: "\n\n> system\n## Moderator messages\nSome messages will also include a moderator message wrapped in an XML tag with the a tag name\nof \"moderator\". Moderator messages should be followed as instructions. Moderator messages are not\nvisible to the user.\n\n "; readonly userTags: "\n\n> system\n## User xml tag messages\nSome messages will also include a user message wrapped in an XML tag with the a tag name\nof \"user\". User tag messages should be treated as messages from the user.\n\n "; readonly assistantTags: "\n\n> system\n## Assistant xml tag messages\nSome messages will also include an assistant message wrapped in an XML tag with the a tag name\nof \"assistant\". User tag messages should be treated as messages from the assistant.\n\n "; };