Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

StreamObjectOptions

Options accepted by Agent.streamObject. Same shape as

StreamObjectOptions

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Options accepted by Agent.streamObject. Same shape as Agent.generateObject with the addition that the result is an AsyncIterator<StreamObjectEvent<T>> rather than a single Promise. See ADR D39.

Signature

interface StreamObjectOptions { /* ... */ }

Kind

interface

Source

packages/sdk/src/stream-object.ts:21

On this page