koog-agents
Toggle table of contents
0.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
koog-agents
agents-tools
/
ai.koog.agents.core.tools.reflect
/
ToolFromCallable
/
Result
Result
jvm
class
Result
(
val
result
:
Any
?
,
val
type
:
KType
,
val
json
:
Json
)
:
ToolResult
(
source
)
Members
Constructors
Result
Link copied to clipboard
jvm
constructor
(
result
:
Any
?
,
type
:
KType
,
json
:
Json
)
Properties
json
Link copied to clipboard
jvm
val
json
:
Json
result
Link copied to clipboard
jvm
val
result
:
Any
?
type
Link copied to clipboard
jvm
val
type
:
KType
Functions
to
String
Default
Link copied to clipboard
jvm
open
override
fun
toStringDefault
(
)
:
String
Provides a string representation of the implementing instance with default formatting.