RunRequest

data class RunRequest(val agentId: String, val input: String, val sessionId: String? = null)

Constructors

Link copied to clipboard
constructor(agentId: String, input: String, sessionId: String? = null)

Properties

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