Interface: TextGenerationStartedEvent
Hierarchy
-
↳
TextGenerationStartedEvent
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: "generate-text"
Type of the function. Defined in the subclasses.
Overrides
BaseModelCallStartedEvent.functionType
Defined in
packages/modelfusion/src/model-function/generate-text/TextGenerationEvent.ts:7