toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.test.integration
/
ScriptedLlmOperations
/
ScriptedAction
/
CallTool
Call
Tool
data
class
CallTool
(
val
toolName
:
String
,
val
inputJson
:
String
=
"{}"
)
:
ScriptedLlmOperations.ScriptedAction
Call a tool with the given name and input JSON.
Members
Constructors
Call
Tool
Link copied to clipboard
constructor
(
toolName
:
String
,
inputJson
:
String
=
"{}"
)
Properties
input
Json
Link copied to clipboard
val
inputJson
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String