Tool

@JsonSerializable
data class Tool(val function: FunctionSpec, val type: String = "function")

Constructors

Link copied to clipboard
constructor(function: FunctionSpec, type: String = "function")

Properties

Link copied to clipboard
Link copied to clipboard