toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
AgentCompletionRequestParameters
Agent
Completion
Request
Parameters
@
Serializable
data
class
AgentCompletionRequestParameters
(
val
input
:
String
?
=
null
,
val
context
:
Context
)
Members
Constructors
Agent
Completion
Request
Parameters
Link copied to clipboard
constructor
(
input
:
String
?
=
null
,
context
:
Context
)
Properties
context
Link copied to clipboard
val
context
:
Context
input
Link copied to clipboard
val
input
:
String
?
=
null
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject