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

ApprovalRequestedStreamChunk

Interface: ApprovalRequestedStreamChunk

Defined in: types.ts:566

Extends

Properties

approval

ts
approval: object;
approval: object;

Defined in: types.ts:571

id

ts
id: string;
id: string;

needsApproval

ts
needsApproval: true;
needsApproval: true;

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


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


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:569


type

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

Defined in: types.ts:567

Overrides

BaseStreamChunk.type