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

ToolInputAvailableStreamChunk

Interface: ToolInputAvailableStreamChunk

Defined in: types.ts:656

Extends

Properties

id

ts
id: string;
id: string;

Defined in: types.ts:596

Inherited from

BaseStreamChunk.id


input

ts
input: any;
input: any;

Defined in: types.ts:660


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


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:659


type

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

Defined in: types.ts:657

Overrides

BaseStreamChunk.type