TypeWrappingToolDefinition

data class TypeWrappingToolDefinition(name: String, description: String, type: Class<*>)

Tool definition that wraps an input type, generating a JSON schema for it.

Constructors

Link copied to clipboard
constructor(name: String, description: String, type: Class<*>)

Functions

Link copied to clipboard
open fun description(): String
Link copied to clipboard
open fun inputSchema(): String
Link copied to clipboard
open fun name(): String