Uses of Class
com.github.copilot.sdk.json.CustomAgentConfig
Packages that use CustomAgentConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CustomAgentConfig in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return CustomAgentConfigModifier and TypeMethodDescriptionCustomAgentConfig.setDescription(String description) Sets a description of the agent's capabilities.CustomAgentConfig.setDisplayName(String displayName) Sets the human-readable display name.Sets whether to enable inference mode for this agent.CustomAgentConfig.setMcpServers(Map<String, Object> mcpServers) Sets MCP (Model Context Protocol) servers available to this agent.Sets the unique identifier name for this agent.Sets the system prompt that defines this agent's behavior.Sets the tools available to this agent.Methods in com.github.copilot.sdk.json that return types with arguments of type CustomAgentConfigModifier and TypeMethodDescriptionCreateSessionRequest.getCustomAgents()Gets custom agents.ResumeSessionConfig.getCustomAgents()Gets the custom agent configurations.ResumeSessionRequest.getCustomAgents()Gets custom agents.SessionConfig.getCustomAgents()Gets the custom agent configurations.Method parameters in com.github.copilot.sdk.json with type arguments of type CustomAgentConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setCustomAgents(List<CustomAgentConfig> customAgents) Sets custom agents.ResumeSessionConfig.setCustomAgents(List<CustomAgentConfig> customAgents) Sets custom agent configurations.voidResumeSessionRequest.setCustomAgents(List<CustomAgentConfig> customAgents) Sets custom agents.SessionConfig.setCustomAgents(List<CustomAgentConfig> customAgents) Sets custom agent configurations.