aigentic
0.4.0-SNAPSHOT
common
platform
/
community.flock.aigentic.platform.testing.model
/
FailureReason
/
WrongArguments
Wrong
Arguments
data
class
WrongArguments
(
val
toolName
:
ToolName
,
val
expectations
:
List
<
ToolCallExpectation
>
,
val
actual
:
JsonElement
)
:
FailureReason
Members
Constructors
Wrong
Arguments
Link copied to clipboard
constructor
(
toolName
:
ToolName
,
expectations
:
List
<
ToolCallExpectation
>
,
actual
:
JsonElement
)
Properties
actual
Link copied to clipboard
val
actual
:
JsonElement
expectations
Link copied to clipboard
val
expectations
:
List
<
ToolCallExpectation
>
tool
Name
Link copied to clipboard
val
toolName
:
ToolName