PromptToolSpecification

data class PromptToolSpecification(val description: String? = null, val inputSchema: PromptToolInputSchemaProperties, val name: String)

Tool specification

Constructors

Link copied to clipboard
constructor(description: String? = null, inputSchema: PromptToolInputSchemaProperties, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Tool name