Interface: ObjectStreamingFinishedEvent
Hierarchy
-
↳
ObjectStreamingFinishedEvent
Properties
callId
• callId: undefined
| string
Unique identifier for the function call.
Inherited from
BaseModelCallFinishedEvent.callId
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:38
durationInMs
• durationInMs: number
Duration of the function call in milliseconds.
Inherited from
BaseModelCallFinishedEvent.durationInMs
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:117
eventType
• eventType: "finished"
Type of the event. Defined in the subclasses.
Inherited from
BaseModelCallFinishedEvent.eventType
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:102
finishTimestamp
• finishTimestamp: Date
Timestamp when the function call finished.
Inherited from
BaseModelCallFinishedEvent.finishTimestamp
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:112