TanStack

ProcessOutputPayload

Interface: ProcessOutputPayload

Defined in: packages/ai/src/custom-events.ts:44

Properties

chunk

ts
chunk: string;

Defined in: packages/ai/src/custom-events.ts:48

A chunk of stdout/stderr text.


processId

ts
processId: string;

Defined in: packages/ai/src/custom-events.ts:46

Stable id for the spawned process whose output this is.