MethodInputSchema

InputSchema implementation that uses victools jsonschema-generator to properly handle generic types like List.

This schema generates proper JSON Schema with items property for arrays, which is required by OpenAI and other LLM providers.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val parameters: List<Tool.Parameter>

Parameter definitions

Functions

Link copied to clipboard
open override fun toJsonSchema(): String

JSON Schema representation for LLM consumption

Link copied to clipboard