Uses of 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 ToolBinaryResultModifier and TypeMethodDescriptionSets the base64-encoded binary data.ToolBinaryResult.setDescription(String description) Sets a description of the binary content.ToolBinaryResult.setMimeType(String mimeType) Sets the MIME type of the binary data.Sets the type of binary content.Methods in com.github.copilot.sdk.json that return types with arguments of type ToolBinaryResultModifier and TypeMethodDescriptionToolResultObject.getBinaryResultsForLlm()Gets the binary results to be sent to the LLM.Method parameters in com.github.copilot.sdk.json with type arguments of type ToolBinaryResultModifier and TypeMethodDescriptionToolResultObject.setBinaryResultsForLlm(List<ToolBinaryResult> binaryResultsForLlm) Sets binary results (images, files) to be sent to the LLM.