Uses of Record Class
com.github.copilot.generated.rpc.CurrentToolMetadata
Packages that use CurrentToolMetadata
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CurrentToolMetadata in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type CurrentToolMetadataModifier and TypeMethodDescriptionSessionToolsGetCurrentMetadataResult.tools()Returns the value of thetoolsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type CurrentToolMetadataModifierConstructorDescriptionCreates an instance of aSessionToolsGetCurrentMetadataResultrecord class. -
Uses of CurrentToolMetadata in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return types with arguments of type CurrentToolMetadataModifier and TypeMethodDescriptionToolInvocation.getAvailableTools()Gets a snapshot of the session's currently initialized tools.Method parameters in com.github.copilot.rpc with type arguments of type CurrentToolMetadataModifier and TypeMethodDescriptionToolInvocation.setAvailableTools(List<CurrentToolMetadata> availableTools) Sets the available tools snapshot.