Uses of Class
com.github.copilot.sdk.json.DefaultAgentConfig
Packages that use DefaultAgentConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of DefaultAgentConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return DefaultAgentConfigModifier and TypeMethodDescriptionCreateSessionRequest.getDefaultAgent()Gets the default agent config.ResumeSessionConfig.getDefaultAgent()Gets the default agent configuration.ResumeSessionRequest.getDefaultAgent()Gets the default agent config.SessionConfig.getDefaultAgent()Gets the default agent configuration.DefaultAgentConfig.setExcludedTools(List<String> excludedTools) Sets the list of tool names to exclude from the default agent.Methods in com.github.copilot.sdk.json with parameters of type DefaultAgentConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setDefaultAgent(DefaultAgentConfig defaultAgent) Sets the default agent config.ResumeSessionConfig.setDefaultAgent(DefaultAgentConfig defaultAgent) Sets the default agent configuration.voidResumeSessionRequest.setDefaultAgent(DefaultAgentConfig defaultAgent) Sets the default agent config.SessionConfig.setDefaultAgent(DefaultAgentConfig defaultAgent) Sets the default agent configuration.