Uses of Class
com.github.copilot.sdk.json.ResumeSessionConfig
Packages that use ResumeSessionConfig
-
Uses of ResumeSessionConfig in com.github.copilot.sdk
Methods in com.github.copilot.sdk with parameters of type ResumeSessionConfigModifier and TypeMethodDescriptionCopilotClient.resumeSession(String sessionId, ResumeSessionConfig config) Resumes an existing Copilot session. -
Uses of ResumeSessionConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ResumeSessionConfigModifier and TypeMethodDescriptionResumeSessionConfig.setCustomAgents(List<CustomAgentConfig> customAgents) Sets custom agent configurations.ResumeSessionConfig.setMcpServers(Map<String, Object> mcpServers) Sets MCP (Model Context Protocol) server configurations.ResumeSessionConfig.setOnPermissionRequest(PermissionHandler onPermissionRequest) Sets a handler for permission requests from the assistant.ResumeSessionConfig.setProvider(ProviderConfig provider) Sets a custom API provider for BYOK scenarios.ResumeSessionConfig.setStreaming(boolean streaming) Sets whether to enable streaming of response chunks.ResumeSessionConfig.setTools(List<ToolDefinition> tools) Sets custom tools that the assistant can invoke during the session.