Usage

com.softinio.verdict4s.algebra.Usage
See theUsage companion object
final case class Usage(inputTokens: Int, outputTokens: Int)

Token usage reported alongside every evaluation.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def total: Int

Total tokens billed for the request.

Total tokens billed for the request.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product