CallTool

data class CallTool(val toolName: String, val inputJson: String = "{}") : ScriptedLlmOperations.ScriptedAction

Call a tool with the given name and input JSON.

Constructors

Link copied to clipboard
constructor(toolName: String, inputJson: String = "{}")

Properties

Link copied to clipboard
Link copied to clipboard