Copilot task contexts
copilot_task_contexts¶
- Schema: public
- PK: id (uuid)
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| id | uuid | NO | PK | |
| conversation_id | uuid | NO | FK to copilot_conversations | |
| status | text | YES | 'in_progress' | |
| summary | text | YES | ||
| created_at | timestamptz | YES | now() | |
| created_by | bigint | YES | ||
| updated_at | timestamptz | YES | ||
| updated_by | bigint | YES | ||
| options | text | YES | ||
| memory | jsonb | YES |
Key indexes¶
copilot_task_contexts_pkey— primary key on ididx_copilot_task_contexts_conversation_id— on conversation_id