We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69a1d2 commit 5d492d6Copy full SHA for 5d492d6
docs/tasks/streams.mdx
@@ -639,6 +639,12 @@ class MemoryRunStore implements TriggerChatRunStore {
639
`reconnectToStream()` only resumes active streams. When a stream completes or errors,
640
the transport clears stored run state and future reconnect attempts return `null`.
641
642
+For richer TypeScript ergonomics in app code, `@trigger.dev/ai` also exports:
643
+
644
+- `TriggerChatHeadersInput`
645
+- `TriggerChatSendMessagesOptions`
646
+- `TriggerChatReconnectOptions`
647
648
## Complete Example: AI Streaming
649
650
### Define the stream
0 commit comments