toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.config
/
AgentPlatformProperties
/
RankingConfig
Ranking
Config
data
class
RankingConfig
(
val
llm
:
String
?
=
null
,
val
maxAttempts
:
Int
=
5
,
val
backoffMillis
:
Long
=
100
,
val
backoffMultiplier
:
Double
=
5.0
,
val
backoffMaxInterval
:
Long
=
180000
)
Ranking configuration with retry logic
Members
Constructors
Ranking
Config
Link copied to clipboard
constructor
(
llm
:
String
?
=
null
,
maxAttempts
:
Int
=
5
,
backoffMillis
:
Long
=
100
,
backoffMultiplier
:
Double
=
5.0
,
backoffMaxInterval
:
Long
=
180000
)
Properties
backoff
Max
Interval
Link copied to clipboard
val
backoffMaxInterval
:
Long
=
180000
backoff
Millis
Link copied to clipboard
val
backoffMillis
:
Long
=
100
backoff
Multiplier
Link copied to clipboard
val
backoffMultiplier
:
Double
=
5.0
llm
Link copied to clipboard
val
llm
:
String
?
=
null
max
Attempts
Link copied to clipboard
val
maxAttempts
:
Int
=
5