LlmError

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

Constructors

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

Properties

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