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
/
RetryablePattern
/
Keyword
Keyword
data
class
Keyword
(
val
keyword
:
String
)
:
RetryablePattern
(
source
)
Matches keywords in error messages.
Members
Constructors
Keyword
Link copied to clipboard
constructor
(
keyword
:
String
)
Properties
keyword
Link copied to clipboard
val
keyword
:
String
Functions
matches
Link copied to clipboard
open
override
fun
matches
(
message
:
String
)
:
Boolean