fix(ask_sb): Allow unauthed generation of titles for a chat

This commit is contained in:
Brendan Kellam 2025-08-08 14:44:59 -07:00 committed by GitHub
parent 4f2644daa2
commit a9a61e7338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@ User question: ${message}`;
return {
success: true,
}
})
}, /* minRequiredRole = */ OrgRole.GUEST), /* allowSingleTenantUnauthedAccess = */ true
)
);