Skip to main content

ReconcileInferenceAccountingOptions

@totemsdk/edge


@totemsdk/edge / ReconcileInferenceAccountingOptions

Interface: ReconcileInferenceAccountingOptions

Properties

authority

authority: InferenceAccountingAuthority


journal

journal: Journal<InferenceAuditEvent>


mandateId

mandateId: string


stepIdOf?

optional stepIdOf?: (entry) => string | undefined

Map a journal event to the step a host tuned into context.metadata at dispatch time. Defaults to reading context.metadata.stepId.

Parameters

entry

InferenceReadEvent

Returns

string | undefined