koog-agents
Toggle table of contents
0.4.2
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-clients
/
ai.koog.prompt.executor.clients.retry
/
RetryAfterExtractor
Retry
After
Extractor
fun
interface
RetryAfterExtractor
(
source
)
Extracts retry-after hints from error messages.
Inheritors
DefaultRetryAfterExtractor
Members
Functions
extract
Link copied to clipboard
abstract
fun
extract
(
message
:
String
)
:
Duration
?