Uses of Enum Class
com.github.copilot.generated.AssistantMessageToolRequestType
Packages that use AssistantMessageToolRequestType
-
Uses of AssistantMessageToolRequestType in com.github.copilot.generated
Subclasses with type arguments of type AssistantMessageToolRequestType in com.github.copilot.generatedModifier and TypeClassDescriptionenumTool call type: "function" for standard tool calls, "custom" for grammar-based tool calls.Methods in com.github.copilot.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.generated with parameters of type AssistantMessageToolRequestTypeModifierConstructorDescriptionAssistantMessageToolRequest(String toolCallId, String name, Object arguments, AssistantMessageToolRequestType type, String toolTitle, String mcpServerName, String mcpToolName, String intentionSummary) Creates an instance of aAssistantMessageToolRequestrecord class.