Uses of Enum Class
com.github.copilot.sdk.generated.AssistantMessageToolRequestType
Packages that use AssistantMessageToolRequestType
-
Uses of AssistantMessageToolRequestType in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return AssistantMessageToolRequestTypeModifier and TypeMethodDescriptionAssistantMessageToolRequest.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static AssistantMessageToolRequestType[]AssistantMessageToolRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type AssistantMessageToolRequestTypeModifierConstructorDescriptionAssistantMessageToolRequest(String toolCallId, String name, Object arguments, AssistantMessageToolRequestType type, String toolTitle, String mcpServerName, String intentionSummary) Creates an instance of aAssistantMessageToolRequestrecord class.