nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
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
?
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject