Class SessionShellApi
java.lang.Object
com.github.copilot.sdk.generated.rpc.SessionShellApi
API methods for the
shell namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionexec(SessionShellExecParams params) Invokessession.shell.exec.kill(SessionShellKillParams params) Invokessession.shell.kill.
-
Method Details
-
exec
Invokessession.shell.exec.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
kill
Invokessession.shell.kill.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-