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

ApprovalRequestedStreamChunk

Interface: ApprovalRequestedStreamChunk

Defined in: types.ts:713

Extends

Properties

approval

ts
approval: object;
approval: object;

Defined in: types.ts:718

id

ts
id: string;
id: string;

needsApproval

ts
needsApproval: true;
needsApproval: true;

id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


input

ts
input: any;
input: any;

Defined in: types.ts:717


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


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:716


type

ts
type: "approval-requested";
type: "approval-requested";

Defined in: types.ts:714

Overrides

BaseStreamChunk.type