Outcome

org.llm4s.metrics.Outcome
See theOutcome companion object
sealed trait Outcome

Outcome of an LLM request.

Use Outcome.Success when the operation completed normally and Outcome.Error when it failed with a categorized ErrorKind.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error
object Success
In this article