UNPKG

naisys

Version:

Node.js Autonomous Intelligence System

15 lines 530 B
export var LlmRole; (function (LlmRole) { LlmRole["Assistant"] = "assistant"; LlmRole["User"] = "user"; /** Not supported by Google API */ LlmRole["System"] = "system"; })(LlmRole || (LlmRole = {})); export var ContentSource; (function (ContentSource) { ContentSource["ConsolePrompt"] = "startPrompt"; ContentSource["LlmPromptResponse"] = "endPrompt"; ContentSource["Console"] = "console"; ContentSource["LLM"] = "llm"; })(ContentSource || (ContentSource = {})); //# sourceMappingURL=llmDtos.js.map