koog
Toggle table of contents
0.5.1
common
Platform filter
common
Switch theme
Search in API
koog
agents-test
/
ai.koog.agents.testing.tools
/
RandomNumberTool
/
Args
Args
@
Serializable
data
class
Args
(
val
seed
:
Int
?
=
null
)
(
source
)
Represents the arguments for the RandomNumberTool.
Members
Constructors
Args
Link copied to clipboard
constructor
(
seed
:
Int
?
=
null
)
Properties
seed
Link copied to clipboard
val
seed
:
Int
?
=
null
The seed for the random number generator.