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

ToolResultStreamChunk

Interface: ToolResultStreamChunk

Defined in: types.ts:542

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:545


id

ts
id: string;
id: string;

Defined in: types.ts:517

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:518

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:519

Inherited from

BaseStreamChunk.timestamp


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:544


type

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

Defined in: types.ts:543

Overrides

BaseStreamChunk.type