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