Skip to main content

Interface: BaseFunctionStartedEvent

Hierarchy

Properties

callId

callId: undefined | string

Unique identifier for the function call.

Inherited from

BaseFunctionEvent.callId

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:38


eventType

eventType: "started"

Type of the event. Defined in the subclasses.

Overrides

BaseFunctionEvent.eventType

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:85


functionId

Optional functionId: string

Optional unique identifier for the function.

Inherited from

BaseFunctionEvent.functionId

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:48


functionType

functionType: string

Type of the function. Defined in the subclasses.

Inherited from

BaseFunctionEvent.functionType

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:81


parentCallId

Optional parentCallId: string

Unique identifier of the call id of the parent function.

Inherited from

BaseFunctionEvent.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

BaseFunctionEvent.runId

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:54


sessionId

Optional sessionId: string

Unique identifier for the session. Only available if the function is part of a run with a session.

Inherited from

BaseFunctionEvent.sessionId

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:60


startTimestamp

startTimestamp: Date

Timestamp when the function call started.

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:90


timestamp

timestamp: Date

Timestamp of the event.

Inherited from

BaseFunctionEvent.timestamp

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:71


userId

Optional userId: string

Unique identifier for the user. Only available if the function is part of a run with a user.

Inherited from

BaseFunctionEvent.userId

Defined in

packages/modelfusion/src/core/FunctionEvent.ts:66