toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.testing.unit
/
LlmInvocation
Llm
Invocation
data
class
LlmInvocation
(
val
interaction
:
LlmInteraction
,
val
messages
:
List
<
Message
>
,
val
method
:
Method
)
Members
Constructors
Llm
Invocation
Link copied to clipboard
constructor
(
interaction
:
LlmInteraction
,
messages
:
List
<
Message
>
,
method
:
Method
)
Properties
interaction
Link copied to clipboard
val
interaction
:
LlmInteraction
messages
Link copied to clipboard
val
messages
:
List
<
Message
>
method
Link copied to clipboard
val
method
:
Method