Skip to content

Commit

Permalink
enhance: update assistant name to [Assistant Not Found] when assistan…
Browse files Browse the repository at this point in the history
…t is not found
  • Loading branch information
ryanhopperlowe committed Sep 9, 2024
1 parent ce07bed commit af6c9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface ChatContextState {
}

const defaultScriptName = `Tildy`;
const notFoundScriptName = `[Deleted Assistant]`;
const notFoundScriptName = `[Assistant Not Found]`;

const ChatContext = createContext<ChatContextState>({} as ChatContextState);
const ChatContextProvider: React.FC<ChatContextProps> = ({
Expand Down

0 comments on commit af6c9b5

Please sign in to comment.