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

ToolCallStreamChunk

Interface: ToolCallStreamChunk

Defined in: types.ts:529

Extends

Properties

id

ts
id: string;
id: string;

Defined in: types.ts:517

Inherited from

BaseStreamChunk.id


index

ts
index: number;
index: number;

Defined in: types.ts:539


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


toolCall

ts
toolCall: object;
toolCall: object;

Defined in: types.ts:531

function

ts
function: object;
function: object;
function.arguments
ts
arguments: string;
arguments: string;
function.name
ts
name: string;
name: string;

id

ts
id: string;
id: string;

type

ts
type: "function";
type: "function";

type

ts
type: "tool_call";
type: "tool_call";

Defined in: types.ts:530

Overrides

BaseStreamChunk.type