aigentic
0.4.0-SNAPSHOT
common
platform
/
community.flock.aigentic.platform.dsl
/
RegressionTestConfig
Regression
Test
Config
class
RegressionTestConfig
<
I
:
Any
,
O
:
Any
>
:
Config
<
RegressionTest
<
I
,
O
>
>
Members
Constructors
Regression
Test
Config
Link copied to clipboard
constructor
(
)
Functions
add
Expectation
Override
Link copied to clipboard
fun
RegressionTestConfig
<
I
,
O
>
.
addExpectationOverride
(
toolCallId
:
String
,
arguments
:
String
)
agent
Link copied to clipboard
fun
RegressionTestConfig
<
I
,
O
>
.
agent
(
agent
:
Agent
<
I
,
O
>
)
build
Link copied to clipboard
open
override
fun
build
(
)
:
RegressionTest
<
I
,
O
>
context
Message
Interceptor
Link copied to clipboard
fun
contextMessageInterceptor
(
contextMessageInterceptor
:
(
List
<
Message
>
)
->
List
<
Message
>
)
number
Of
Iterations
Link copied to clipboard
fun
numberOfIterations
(
numberOfIterations
:
Int
)
tags
Link copied to clipboard
fun
RegressionTestConfig
<
I
,
O
>
.
tags
(
vararg
tags
:
String
)