Uses of Record Class
com.github.copilot.sdk.generated.rpc.AgentInfo
Packages that use AgentInfo
-
Uses of AgentInfo in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return AgentInfoModifier and TypeMethodDescriptionSessionAgentGetCurrentResult.agent()Returns the value of theagentrecord component.SessionAgentSelectResult.agent()Returns the value of theagentrecord component.Methods in com.github.copilot.sdk.generated.rpc that return types with arguments of type AgentInfoModifier and TypeMethodDescriptionSessionAgentListResult.agents()Returns the value of theagentsrecord component.SessionAgentReloadResult.agents()Returns the value of theagentsrecord component.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type AgentInfoModifierConstructorDescriptionCreates an instance of aSessionAgentGetCurrentResultrecord class.Creates an instance of aSessionAgentSelectResultrecord class.Constructor parameters in com.github.copilot.sdk.generated.rpc with type arguments of type AgentInfoModifierConstructorDescriptionSessionAgentListResult(List<AgentInfo> agents) Creates an instance of aSessionAgentListResultrecord class.SessionAgentReloadResult(List<AgentInfo> agents) Creates an instance of aSessionAgentReloadResultrecord class.