ToolInvokedParameter

@Serializable
data class ToolInvokedParameter(val toolName: String, val frameId: String, val invocationId: String, val input: String)

Event fired when a tool invocation starts.

Constructors

Link copied to clipboard
constructor(toolName: String, frameId: String, invocationId: String, input: String)

Properties

Link copied to clipboard

Frame id

Link copied to clipboard

The input parameters used for the invocation.

Link copied to clipboard

Invocation identifier.

Link copied to clipboard

Name of the tool to invoke.