Embedding Invocation
data class EmbeddingInvocation(val embeddingMetadata: <Error class: unknown class>, val usage: Usage, val agentName: String? = null, val timestamp: Instant, val runningTime: Duration)
Invocation we made to an EmbeddingServiceMetadata. Mirror of LlmInvocation for embedding services.
Embeddings have no completion tokens, only prompt tokens.
Parameters
agent Name
name of the agent, if known