ToolCallRecord

data class ToolCallRecord(val toolName: String, val input: String, val result: String)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard