Scripted Action
Represents a scripted action to take.
Inheritors
Types
Link copied to clipboard
data class CallTool(val toolName: String, val inputJson: String = "{}") : ScriptedLlmOperations.ScriptedAction
Call a tool with the given name and input JSON.
Link copied to clipboard
Return a text response without calling tools.
Link copied to clipboard
Return an object (for createObject calls).