aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent
/
Action
/
SendModelRequest
Send
Model
Request
data
class
SendModelRequest
<
I
:
Any
,
O
:
Any
>
(
val
state
:
State
,
val
agent
:
Agent
<
I
,
O
>
,
val
structuredResponseParameter
:
Parameter
?
)
:
Action
<
I
,
O
>
Members
Constructors
Send
Model
Request
Link copied to clipboard
constructor
(
state
:
State
,
agent
:
Agent
<
I
,
O
>
,
structuredResponseParameter
:
Parameter
?
)
Properties
agent
Link copied to clipboard
val
agent
:
Agent
<
I
,
O
>
state
Link copied to clipboard
val
state
:
State
structured
Response
Parameter
Link copied to clipboard
val
structuredResponseParameter
:
Parameter
?