rename openchat branding to chatbot on demo (#1421)
This commit is contained in:
parent
72597d6f68
commit
e7ef7d8f9c
22 changed files with 161 additions and 127 deletions
|
|
@ -35,7 +35,7 @@ export const visibilityBySurface: Record<Surface, ErrorVisibility> = {
|
|||
activate_gateway: "response",
|
||||
};
|
||||
|
||||
export class OpenChatError extends Error {
|
||||
export class ChatbotError extends Error {
|
||||
type: ErrorType;
|
||||
surface: Surface;
|
||||
statusCode: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue