Uses of Class
com.github.copilot.rpc.CustomAgentConfig
Packages that use CustomAgentConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CustomAgentConfig in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CustomAgentConfigModifier and TypeMethodDescriptionCustomAgentConfig.clearInfer()Clears the infer setting, reverting to the default behavior.CustomAgentConfig.setDescription(String description) Sets a description of the agent's capabilities.CustomAgentConfig.setDisplayName(String displayName) Sets the human-readable display name.CustomAgentConfig.setInfer(boolean infer) Sets whether to enable inference mode for this agent.CustomAgentConfig.setMcpServers(Map<String, McpServerConfig> mcpServers) Sets MCP (Model Context Protocol) servers available to this agent.Sets the model identifier for this agent.Sets the unique identifier name for this agent.Sets the system prompt that defines this agent's behavior.Sets the list of skill names to preload into this agent's context.Sets the tools available to this agent.Methods in com.github.copilot.rpc 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.rpc 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.