Embedding Model Call Event
class EmbeddingModelCallEvent(val embeddingMetadata: <Error class: unknown class>, val id: String, val request: <Error class: unknown class>, val timestamp: Instant = Instant.now()) : EmbeddingEvent
Spring AI low level event: embedding model call.
Emitted at the actual EmbeddingModel.call(EmbeddingRequest) point, capturing the fully-built Spring AI request (with its options) sent to the provider.
Independent of any AgentProcess so callers without an active agent (HTTP controllers, batch jobs, schedulers) still see it.