mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 21:05:22 +00:00
fix(ask_sb): Allow unauthed generation of titles for a chat
This commit is contained in:
parent
4f2644daa2
commit
a9a61e7338
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ User question: ${message}`;
|
||||||
return {
|
return {
|
||||||
success: true,
|
success: true,
|
||||||
}
|
}
|
||||||
})
|
}, /* minRequiredRole = */ OrgRole.GUEST), /* allowSingleTenantUnauthedAccess = */ true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue