java.lang.Object
com.github.copilot.generated.rpc.SessionToolsApi
API methods for the
tools namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionPending external tool call request ID, with the tool result or an error describing why it failed.Identifies the target session.
-
Method Details
-
handlePendingToolCall
public CompletableFuture<SessionToolsHandlePendingToolCallResult> handlePendingToolCall(SessionToolsHandlePendingToolCallParams params) Pending external tool call request ID, with the tool result or an error describing why it failed.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
initializeAndValidate
Identifies the target session.- Since:
- 1.0.0
-