Uses of Interface
com.github.copilot.sdk.json.ToolHandler
Packages that use ToolHandler
-
Uses of ToolHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ToolHandlerMethods 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.ToolDefinition.setHandler(ToolHandler handler) Sets the tool handler.Constructors in com.github.copilot.sdk.json with parameters of type ToolHandlerModifierConstructorDescriptionToolDefinition(String name, String description, Object parameters, ToolHandler handler) Creates a tool definition with all properties.