Uses of Interface
com.github.copilot.sdk.json.ToolHandler
Packages that use ToolHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ToolHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ToolHandlerModifier and TypeMethodDescriptionToolDefinition.handler()Returns the value of thehandlerrecord component.Methods in com.github.copilot.sdk.json with parameters of type ToolHandlerModifier and TypeMethodDescriptionstatic ToolDefinitionToolDefinition.create(String name, String description, Map<String, Object> schema, ToolHandler handler) Creates a tool definition with a JSON schema for parameters.Constructors in com.github.copilot.sdk.json with parameters of type ToolHandlerModifierConstructorDescriptionToolDefinition(String name, String description, Object parameters, ToolHandler handler) Creates an instance of aToolDefinitionrecord class.