agents / Exports / IStreamingChunk
Interface: IStreamingChunk
Streaming response chunk
Table of contents
Properties
Properties
delta
• delta: string
Content delta
Defined in
packages/agents/src/interfaces/service.ts:98
done
• done: boolean
Whether this is the final chunk
Defined in
packages/agents/src/interfaces/service.ts:100
toolCalls
• Optional toolCalls: IToolCall[]
Tool calls if any
Defined in
packages/agents/src/interfaces/service.ts:102
usage
• Optional usage: Object
Usage statistics (only in final chunk)
Type declaration
| Name | Type |
|---|---|
promptTokens | number |
completionTokens | number |
totalTokens | number |