Package io.nutrient.data.models
Class AgentCompletionRequestParameters
-
- All Implemented Interfaces:
@Serializable() public final class AgentCompletionRequestParameters
-
-
Constructor Summary
Constructors Constructor Description AgentCompletionRequestParameters(String input, Context context)
-
Method Summary
Modifier and Type Method Description final String
getInput()
final Context
getContext()
final JSONObject
toJsonObject()
-
-
Method Detail
-
getContext
final Context getContext()
-
toJsonObject
final JSONObject toJsonObject()
-
-
-
-