Skip to content

Commit 31962da

Browse files
committed
Have quickstart use anonymous animal profiles.
1 parent 9f4c3db commit 31962da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/shared/templates/quickstart_private_chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const CHAT_STAGE_ID = 'chat';
4646
function getStageConfigs(): StageConfig[] {
4747
const stages: StageConfig[] = [];
4848
stages.push(
49-
createProfileStage(),
49+
createProfileStage({profileType: ProfileType.ANONYMOUS_ANIMAL}),
5050
createPrivateChatStage({
5151
id: CHAT_STAGE_ID,
5252
name: 'Private chat with agent',

0 commit comments

Comments
 (0)