Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

ToolResultStreamChunk

Interface: ToolResultStreamChunk

Defined in: types.ts:621

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:624


id

ts
id: string;
id: string;

Defined in: types.ts:596

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:597

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:598

Inherited from

BaseStreamChunk.timestamp


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:623


type

ts
type: "tool_result";
type: "tool_result";

Defined in: types.ts:622

Overrides

BaseStreamChunk.type