API reference
SDKObjectDelta
Partial object emitted during `Agent.streamObject<T>` streaming (ADR D45).
SDKObjectDelta
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Partial object emitted during Agent.streamObject<T> streaming (ADR D45).
partial is DeepPartial<z.infer<T>> at the typed iterator level but
erased to unknown here because SDKMessage union is non-generic.
Signature
interface SDKObjectDelta { /* ... */ }Kind
interface