UNPKG

@botonic/react

Version:

Build Chatbots using React

29 lines (28 loc) 1.07 kB
export declare const LABELS: { readonly GUARDRAIL_TRIGGERED: "Guardrail triggered"; readonly KNOWLEDGE_FOUND: "Knowledge found"; readonly FAITHFUL_ANSWER: "Faithful answer"; readonly QUERY: "Query"; readonly SOURCES: "Sources"; readonly KNOWLEDGE_SOURCES: "Knowledge sources"; readonly EXECUTED_TOOLS: "Executed tools"; readonly TOOL_ARGUMENTS: "Tool arguments"; readonly TOOL_RESULTS: "Tool results"; readonly NO_TOOLS_EXECUTED: "No tools executed"; readonly AUTO_ASSIGN_ON: "ON"; readonly AUTO_ASSIGN_OFF: "OFF"; readonly EXIT: "Exit"; readonly ERROR: "Error"; readonly QUEUE: "Queue"; readonly AUTO_ASSIGN: "Auto-assign"; readonly NOTE: "Note"; readonly KNOWLEDGE_BASE_FAIL_REASON: "Knowledge Base Fail Reason"; readonly SEE_CHUNKS_BUTTON: "See chunks"; readonly SEE_TOOL_DETAILS: "Details"; readonly STATUS: "Status"; readonly YES: "Yes"; readonly NO: "No"; readonly OPEN: "Open"; readonly CLOSED: "Closed"; readonly AGENTS_AVAILABLE: "Agents available"; };