Package com.embabel.agent.core
Class LlmInvocation
-
- All Implemented Interfaces:
-
com.embabel.common.core.types.Timed,com.embabel.common.core.types.Timestamped
public final class LlmInvocation implements Timestamped, TimedInvocation we made to an LLM
-
-
Field Summary
Fields Modifier and Type Field Description private final LlmMetadatallmMetadataprivate final Usageusageprivate final StringagentNameprivate final Instanttimestampprivate final DurationrunningTime
-
Constructor Summary
Constructors Constructor Description LlmInvocation(LlmMetadata llmMetadata, Usage usage, String agentName, Instant timestamp, Duration runningTime)
-
Method Summary
Modifier and Type Method Description final LlmMetadatagetLlmMetadata()final UsagegetUsage()final StringgetAgentName()InstantgetTimestamp()DurationgetRunningTime()final Doublecost()Dollar cost of this interaction. -
-
Method Detail
-
getLlmMetadata
final LlmMetadata getLlmMetadata()
-
getAgentName
final String getAgentName()
-
getTimestamp
Instant getTimestamp()
-
getRunningTime
Duration getRunningTime()
-
-
-
-