Class SessionCommandsApi
java.lang.Object
com.github.copilot.sdk.generated.rpc.SessionCommandsApi
API methods for the
commands namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionInvokessession.commands.handlePendingCommand.
-
Method Details
-
handlePendingCommand
public CompletableFuture<SessionCommandsHandlePendingCommandResult> handlePendingCommand(SessionCommandsHandlePendingCommandParams params) Invokessession.commands.handlePendingCommand.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-