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