Class SessionTasksApi
java.lang.Object
com.github.copilot.sdk.generated.rpc.SessionTasksApi
API methods for the
tasks namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptioncancel(SessionTasksCancelParams params) Invokessession.tasks.cancel.list()Invokessession.tasks.list.Invokessession.tasks.promoteToBackground.remove(SessionTasksRemoveParams params) Invokessession.tasks.remove.Invokessession.tasks.startAgent.
-
Method Details
-
startAgent
public CompletableFuture<SessionTasksStartAgentResult> startAgent(SessionTasksStartAgentParams params) Invokessession.tasks.startAgent.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
list
Invokessession.tasks.list.- Since:
- 1.0.0
-
promoteToBackground
public CompletableFuture<SessionTasksPromoteToBackgroundResult> promoteToBackground(SessionTasksPromoteToBackgroundParams params) Invokessession.tasks.promoteToBackground.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
cancel
Invokessession.tasks.cancel.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
remove
Invokessession.tasks.remove.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-