6 |
7 |
8 | No settings for the AI assistant yet.
9 |
10 |
11 | (in the future we might add a system prompt here)
12 |
13 |
14 |
15 | )
16 | }
17 |
--------------------------------------------------------------------------------
/packages/app/src/components/tasks/TaskStatusUpdate.tsx:
--------------------------------------------------------------------------------
1 | import { useTasks } from './useTasks'
2 |
3 | export function TaskStatusUpdate({ taskId }: { taskId: string }) {
4 | const { tasks } = useTasks()
5 |
6 | return