CreateChatCompletionStreamStreamOptions
Options for streaming response. Only set this when you set stream: true.
Example Usage
typescript
import { CreateChatCompletionStreamStreamOptions } from "@meetkai/mka1/models/operations";
let value: CreateChatCompletionStreamStreamOptions = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
includeUsage | boolean | ➖ | If set, an additional chunk with token usage statistics will be streamed before the data: [DONE] message. The usage field shows total token usage for the entire request. |