Uses of Record Class
com.github.copilot.sdk.json.ToolResultObject
Packages that use ToolResultObject
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ToolResultObject in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ToolResultObjectModifier and TypeMethodDescriptionstatic ToolResultObjectCreates an error result with the given error message.static ToolResultObjectCreates an error result with both a text result and error message.static ToolResultObjectCreates a failure result with the given text and error message.static ToolResultObjectCreates a success result with the given text.