Prompt Tool Specification
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)