Uses of Class
com.github.copilot.sdk.CopilotSession
Packages that use CopilotSession
-
Uses of CopilotSession in com.github.copilot.sdk
Methods in com.github.copilot.sdk that return types with arguments of type CopilotSessionModifier and TypeMethodDescriptionCopilotClient.createSession()Creates a new Copilot session with default configuration.CopilotClient.createSession(SessionConfig config) Creates a new Copilot session with the specified configuration.CopilotClient.resumeSession(String sessionId) Resumes an existing session with default configuration.CopilotClient.resumeSession(String sessionId, ResumeSessionConfig config) Resumes an existing Copilot session.