AgentToolResult
data class AgentToolResult(val successful: Boolean, val errorMessage: String? = null, val result: JsonElement? = null)(source)
Represents the result of executing an agent tool operation.
Represents the result of executing an agent tool operation.