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

ToolResultStreamChunk

Interface: ToolResultStreamChunk

Defined in: types.ts:689

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:692


id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:665

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:666

Inherited from

BaseStreamChunk.timestamp


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:691


type

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

Defined in: types.ts:690

Overrides

BaseStreamChunk.type