EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /language-model /v3 /language-model-v3-stream-result.ts
EdgeAIG's picture
download
raw
646 Bytes
import { SharedV3Headers } from '../../shared';
import { LanguageModelV3StreamPart } from './language-model-v3-stream-part';
/**
* The result of a language model doStream call.
*/
export type LanguageModelV3StreamResult = {
/**
* The stream.
*/
stream: ReadableStream<LanguageModelV3StreamPart>;
/**
* Optional request information for telemetry and debugging purposes.
*/
request?: {
/**
* Request HTTP body that was sent to the provider API.
*/
body?: unknown;
};
/**
* Optional response data.
*/
response?: {
/**
* Response headers.
*/
headers?: SharedV3Headers;
};
};

Xet Storage Details

Size:
646 Bytes
·
Xet hash:
c252680f8547e43eaa3f81da22c296d25f0d69c70e711c960e6b0c5f989e6db4

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.