koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.dsl.extension
/
ToolCalls
Tool
Calls
@
Serializable
data
class
ToolCalls
(
val
toolCalls
:
List
<
MessagePart.Tool.Call
>
)
(
source
)
Wraps a list of pending tool calls produced by an LLM response.
Members
Constructors
Tool
Calls
Link copied to clipboard
constructor
(
toolCalls
:
List
<
MessagePart.Tool.Call
>
)
Properties
tool
Calls
Link copied to clipboard
val
toolCalls
:
List
<
MessagePart.Tool.Call
>