diff --git a/docs/tasks/streams.mdx b/docs/tasks/streams.mdx index 2b9eab71a..c6c6b49bc 100644 --- a/docs/tasks/streams.mdx +++ b/docs/tasks/streams.mdx @@ -613,6 +613,7 @@ The default payload sent to your task is a rich, typed object that includes: - `payloadMapper` (sync or async) for custom task payload shapes - `triggerOptions` as an object or resolver function (sync or async) - `runStore` for custom reconnect-state persistence (including async stores) +- `onTriggeredRun` callback (sync or async) to persist or observe run IDs ```ts import type { TriggerChatRunState, TriggerChatRunStore } from "@trigger.dev/ai";