Uses of Class
com.github.copilot.sdk.json.ToolInvocation
Packages that use ToolInvocation
-
Uses of ToolInvocation in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ToolInvocationModifier and TypeMethodDescriptionToolInvocation.setArguments(Object arguments) Sets the tool arguments.ToolInvocation.setSessionId(String sessionId) Sets the session ID.ToolInvocation.setToolCallId(String toolCallId) Sets the tool call ID.ToolInvocation.setToolName(String toolName) Sets the tool name.Methods in com.github.copilot.sdk.json with parameters of type ToolInvocationModifier and TypeMethodDescriptionToolHandler.invoke(ToolInvocation invocation) Invokes the tool with the given invocation context.