Class SessionDebugApi
java.lang.Object
com.github.copilot.generated.rpc.SessionDebugApi
API methods for the
debug namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionOptions for collecting a redacted session debug bundle.
-
Method Details
-
collectLogs
@CopilotExperimental public CompletableFuture<SessionDebugCollectLogsResult> collectLogs(SessionDebugCollectLogsParams params) Options for collecting a redacted session debug bundle.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-