Introduce GroupAiDialog component allowing users to chat with an AI assistant to generate or refine group notes. Add useSpeechRecognition hook wrapping the Web Speech API for microphone support. Implement converseAboutGroup server action to handle the AI conversation loop, supporting iterative questioning and final note generation. Extract joinApiUrl helper in lib/ai-settings.ts for consistent endpoint URL construction. |
||
|---|---|---|
| .. | ||
| actions | ||
| validation | ||
| access.ts | ||
| ai-settings.ts | ||
| auth-errors.ts | ||
| auth-helpers.ts | ||
| board.ts | ||
| colors.ts | ||
| db.ts | ||
| format.ts | ||
| settings.ts | ||
| utils.ts | ||