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

ToolInputAvailableStreamChunk

Interface: ToolInputAvailableStreamChunk

Defined in: types.ts:577

Extends

Properties

id

ts
id: string;
id: string;

Defined in: types.ts:517

Inherited from

BaseStreamChunk.id


input

ts
input: any;
input: any;

Defined in: types.ts:581


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:579


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:580


type

ts
type: "tool-input-available";
type: "tool-input-available";

Defined in: types.ts:578

Overrides

BaseStreamChunk.type