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
-
-
Constructor Summary
Constructors Constructor Description LlmInvocation(Llm llm, Usage usage, String agentName, Instant timestamp, Duration runningTime)
-
Method Summary
Modifier and Type Method Description final LlmgetLlm()final UsagegetUsage()final StringgetAgentName()InstantgetTimestamp()DurationgetRunningTime()final Doublecost()Dollar cost of this interaction. -
-
Method Detail
-
getLlm
final Llm getLlm()
-
getAgentName
final String getAgentName()
-
getTimestamp
Instant getTimestamp()
-
getRunningTime
Duration getRunningTime()
-
-
-
-