AgentCompletionRequestParameters

@Serializable
data class AgentCompletionRequestParameters(val input: String? = null, val context: Context)

Parameters for an agent completion request.

Constructors

Link copied to clipboard
constructor(input: String? = null, context: Context)

Properties

Link copied to clipboard

The document context for the agent request.

Link copied to clipboard

The optional user input text for the agent.

Functions

Link copied to clipboard

Converts this parameters object to a JSON object for network transmission.