Skip to content

Commit 7dcb0af

Browse files
committed
Update chatStore.ts
1 parent 7148b03 commit 7dcb0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/chatStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const chatStore = (initial?: Partial<ChatStore>) => createStore<ChatStore>()(
209209
const { addMessages } = get();
210210
addMessages(taskId, {
211211
id: generateUniqueId(),
212-
role: 'system',
212+
role: 'agent',
213213
content: '❌ Backend service is not ready. Please wait a moment and try again, or restart the application if the problem persists.',
214214
});
215215
return;

0 commit comments

Comments
 (0)