Skip to content

Commit a9a61e7

Browse files
fix(ask_sb): Allow unauthed generation of titles for a chat
1 parent 4f2644d commit a9a61e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/features/chat/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ User question: ${message}`;
233233
return {
234234
success: true,
235235
}
236-
})
236+
}, /* minRequiredRole = */ OrgRole.GUEST), /* allowSingleTenantUnauthedAccess = */ true
237237
)
238238
);
239239

0 commit comments

Comments
 (0)