Skip to main content

Interface: UpsertIntoVectorIndexStartedEvent

Hierarchy

Properties

callId

callId: undefined | string

Unique identifier for the function call.

Inherited from

BaseFunctionStartedEvent.callId

Defined in

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


eventType

eventType: "started"

Type of the event. Defined in the subclasses.

Inherited from

BaseFunctionStartedEvent.eventType

Defined in

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


functionId

Optional functionId: string

Optional unique identifier for the function.

Inherited from

BaseFunctionStartedEvent.functionId

Defined in

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


functionType

functionType: "upsert-into-vector-index"

Type of the function. Defined in the subclasses.

Overrides

BaseFunctionStartedEvent.functionType

Defined in

packages/modelfusion/src/vector-index/UpsertIntoVectorIndexEvent.ts:8


objects

objects: unknown[]

Defined in

packages/modelfusion/src/vector-index/UpsertIntoVectorIndexEvent.ts:9


parentCallId

Optional parentCallId: string

Unique identifier of the call id of the parent function.

Inherited from

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

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

BaseFunctionStartedEvent.sessionId

Defined in

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


startTimestamp

startTimestamp: Date

Timestamp when the function call started.

Inherited from

BaseFunctionStartedEvent.startTimestamp

Defined in

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


timestamp

timestamp: Date

Timestamp of the event.

Inherited from

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

BaseFunctionStartedEvent.userId

Defined in

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