CreateResponseStreamOptions
Additional options for configuring streaming behavior when stream is enabled.
Example Usage
typescript
import { CreateResponseStreamOptions } from "@meetkai/mka1/models/operations";
let value: CreateResponseStreamOptions = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
includeUsage | boolean | ➖ | Whether to include token usage statistics in the stream. Useful for monitoring costs in real-time. |
includeObfuscation | boolean | ➖ | Whether to enable stream obfuscation for privacy and security purposes during streaming. |