Interface: ClassifyStartedEvent
Hierarchy
-
↳
ClassifyStartedEvent
Properties
callId
• callId: undefined
| string
Unique identifier for the function call.
Inherited from
BaseModelCallStartedEvent.callId
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:38
eventType
• eventType: "started"
Type of the event. Defined in the subclasses.
Inherited from
BaseModelCallStartedEvent.eventType
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:85
functionId
• Optional
functionId: string
Optional unique identifier for the function.
Inherited from
BaseModelCallStartedEvent.functionId
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:48
functionType
• functionType: "classify"
Type of the function. Defined in the subclasses.
Overrides
BaseModelCallStartedEvent.functionType
Defined in
packages/modelfusion/src/model-function/classify/ClassifyEvent.ts:7
input
• input: unknown
The main input to the model call. The type depends on the call type or model.
Overrides
BaseModelCallStartedEvent.input
Defined in
packages/modelfusion/src/model-function/classify/ClassifyEvent.ts:8
model
• model: ModelInformation
Inherited from
BaseModelCallStartedEvent.model
Defined in
packages/modelfusion/src/model-function/ModelCallEvent.ts:52
parentCallId
• Optional
parentCallId: string
Unique identifier of the call id of the parent function.
Inherited from
BaseModelCallStartedEvent.parentCallId
Defined in
packages/modelfusion/src/core/FunctionEvent.ts:43
runId
• Optional
runId: string
Unique identifier for the run. Only available if the function is part of a run.
Inherited from
BaseModelCallStartedEvent.runId