AgentCompletionRequest

@Serializable
data class AgentCompletionRequest(val requestId: String, val issuer: String, val documents: List<Document>, val parameters: AgentCompletionRequestParameters, val chatId: String, val agent: String? = null)

Constructors

Link copied to clipboard
constructor(requestId: String, issuer: String, documents: List<Document>, parameters: AgentCompletionRequestParameters, chatId: String, agent: String? = null)

Properties

Link copied to clipboard
val agent: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard