LlmError

data class LlmError(val content: String?, val statusCode: Int?, val exception: Throwable?, val model: UUID) : AgentOutput(source)

Constructors

Link copied to clipboard
constructor(content: String?, statusCode: Int?, exception: Throwable?, model: UUID)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val model: UUID
Link copied to clipboard