Tool

data class Tool(val name: String, val callId: String, val content: String, val type: Tool.RuntimeOutput.OutputType) : AgentOutput(source)

Constructors

Link copied to clipboard
constructor(name: String, callId: String, content: String, type: Tool.RuntimeOutput.OutputType)

Properties

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