Class SessionContentExclusionApi
java.lang.Object
com.github.copilot.generated.rpc.SessionContentExclusionApi
API methods for the
contentExclusion namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionLocal file system absolute paths within the session working directory to check against its content-exclusion policy.
-
Method Details
-
checkPaths
@CopilotExperimental public CompletableFuture<SessionContentExclusionCheckPathsResult> checkPaths(SessionContentExclusionCheckPathsParams params) Local file system absolute paths within the session working directory to check against its content-exclusion policy.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-