UNPKG

@kyleroberts69/core

Version:

Core library for the Chatbot project

6 lines (5 loc) 89 B
export interface SystemPrompt { id: string; name: string; content: string; }