EmbeddingInvocationEvent

class EmbeddingInvocationEvent(val agentProcess: AgentProcess, val invocation: EmbeddingInvocation, val interactionId: String) : AbstractAgentProcessEvent

Emitted once per embedding call.

Constructors

Link copied to clipboard
constructor(agentProcess: AgentProcess, invocation: EmbeddingInvocation, interactionId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

unique identifier of the embedding request

Link copied to clipboard

per-call invocation record (model, usage, timestamp, cost)

Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant

Functions

Link copied to clipboard
open override fun toString(): String