LemonRouter.SmartRouting.Config (lemon_router v0.1.0)

View Source

Thresholds for LemonRouter.SmartRouting.route/4: whether cascade routing is enabled and the character bounds that classify a prompt as simple or complex.

Summary

Types

t()

@type t() :: %LemonRouter.SmartRouting.Config{
  cascade_enabled: boolean(),
  complex_min_chars: non_neg_integer(),
  simple_max_chars: non_neg_integer()
}