Uses of Record Class
com.github.copilot.sdk.json.ToolBinaryResult
Packages that use ToolBinaryResult
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ToolBinaryResult in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return types with arguments of type ToolBinaryResultModifier and TypeMethodDescriptionToolResultObject.binaryResultsForLlm()Returns the value of thebinaryResultsForLlmrecord component.Constructor parameters in com.github.copilot.sdk.json with type arguments of type ToolBinaryResultModifierConstructorDescriptionToolResultObject(String resultType, String textResultForLlm, List<ToolBinaryResult> binaryResultsForLlm, String error, String sessionLog, Map<String, Object> toolTelemetry) Creates an instance of aToolResultObjectrecord class.