ToolAction

data class ToolAction(val name: String, val arguments: String)(source)

A parsed tool call from the LLM response.

Constructors

Link copied to clipboard
constructor(name: String, arguments: String)

Properties

Link copied to clipboard

Raw JSON string of the function arguments

Link copied to clipboard

The function name (e.g. "goto", "follow", "mine")