rebrand ai-chatbot to openchat across app and api (#1418)
This commit is contained in:
parent
9d5d8a3ea7
commit
f7b6b55a8b
17 changed files with 90 additions and 90 deletions
|
|
@ -35,7 +35,7 @@ export const visibilityBySurface: Record<Surface, ErrorVisibility> = {
|
|||
activate_gateway: "response",
|
||||
};
|
||||
|
||||
export class ChatSDKError extends Error {
|
||||
export class OpenChatError extends Error {
|
||||
type: ErrorType;
|
||||
surface: Surface;
|
||||
statusCode: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue