koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-tools
/
ai.koog.agents.core.tools
/
ToolResult
/
Text
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
build
Link copied to clipboard
inline
fun
build
(
block
:
StringBuilder
.
(
)
->
Unit
)
:
ToolResult.Text
Builds a
Text
object by applying the given block to a
StringBuilder
.