Package com.embabel.agent.test.unit
Class LlmInvocation
-
- All Implemented Interfaces:
public final class LlmInvocation
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringpromptprivate final LlmInteractioninteractionprivate final List<Message>messagesprivate final Methodmethod
-
Constructor Summary
Constructors Constructor Description LlmInvocation(LlmInteraction interaction, List<Message> messages, Method method)
-
Method Summary
Modifier and Type Method Description final StringgetPrompt()final LlmInteractiongetInteraction()final List<Message>getMessages()final MethodgetMethod()StringtoString()-
-
Constructor Detail
-
LlmInvocation
LlmInvocation(LlmInteraction interaction, List<Message> messages, Method method)
-
-
Method Detail
-
getInteraction
final LlmInteraction getInteraction()
-
getMessages
final List<Message> getMessages()
-
-
-
-