Merge pull request #786 from rowboatlabs/feat/chat-auto-titles

Auto-name chats from the first user message
This commit is contained in:
gagan 2026-07-24 00:13:30 +05:30 committed by GitHub
commit f0e8e51a0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 158 additions and 2 deletions

View file

@ -74,4 +74,5 @@ export const LlmModelConfig = z.object({
meetingNotesModel: ModelOverride.optional(),
liveNoteAgentModel: ModelOverride.optional(),
autoPermissionDecisionModel: ModelOverride.optional(),
chatTitleModel: ModelOverride.optional(),
});