@glodon-aiot/apis
Version:
aiot apis
14 lines (13 loc) • 1.41 kB
JavaScript
var n = /* @__PURE__ */ ((r) => (r[r.Dialog = 0] = "Dialog", r[r.TextGenerate = 1] = "TextGenerate", r[r.FileSummery = 2] = "FileSummery", r))(n || {}), v = /* @__PURE__ */ ((r) => (r[r.Robot = 1] = "Robot", r[r.User = 2] = "User", r[r.System = 3] = "System", r))(v || {}), D = /* @__PURE__ */ ((r) => (r[r.Processing = 1] = "Processing", r[r.Done = 2] = "Done", r[r.Failed = 3] = "Failed", r))(D || {}), m = /* @__PURE__ */ ((r) => (r[r.File = 0] = "File", r[r.WebLink = 1] = "WebLink", r))(m || {}), u = /* @__PURE__ */ ((r) => (r[r.Processing = 1] = "Processing", r[r.Success = 2] = "Success", r[r.Failed = 3] = "Failed", r))(u || {}), x = /* @__PURE__ */ ((r) => (r.InputFile = "ui.input.file", r.LLMModel = "ui.llm.model", r))(x || {}), L = /* @__PURE__ */ ((r) => (r[r.Idle = 0] = "Idle", r[r.Quoted = 1] = "Quoted", r))(L || {}), b = /* @__PURE__ */ ((r) => (r[r.Basic = 0] = "Basic", r[r.Pro = 1] = "Pro", r))(b || {}), i = /* @__PURE__ */ ((r) => (r[r.Dialog = 0] = "Dialog", r[r.Text = 1] = "Text", r[r.Agent = 2] = "Agent", r[r.All = 3] = "All", r))(i || {}), k = /* @__PURE__ */ ((r) => (r.User = "instruction", r.System = "settings", r))(k || {});
export {
i as ApplicationTypes,
x as ArchiGptUIKeys,
v as ChatMessageRole,
n as ChatMode,
D as FileProccessStatus,
u as KnowledgeFileStatus,
b as KnowledgeType,
L as PromptStatus,
k as PromptVariableType,
m as SourceType
};