We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2f03 commit d748eefCopy full SHA for d748eef
apps/sim/lib/copilot/orchestrator/types.ts
@@ -2,6 +2,7 @@ import type { MothershipResource } from '@/lib/copilot/resource-types'
2
3
export type SSEEventType =
4
| 'chat_id'
5
+ | 'request_id'
6
| 'title_updated'
7
| 'content'
8
| 'reasoning'
0 commit comments