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
/
Regex
Regex
data
class
Regex
(
val
pattern
:
Regex
)
:
RetryablePattern
(
source
)
Matches using a custom regex.
Members
Constructors
Regex
Link copied to clipboard
constructor
(
pattern
:
Regex
)
Properties
pattern
Link copied to clipboard
val
pattern
:
Regex
Functions
matches
Link copied to clipboard
open
override
fun
matches
(
message
:
String
)
:
Boolean