Uses of Class
com.github.copilot.sdk.json.BlobAttachment
Packages that use BlobAttachment
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of BlobAttachment in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return BlobAttachmentModifier and TypeMethodDescriptionSets the base64-encoded binary content.BlobAttachment.setDisplayName(String displayName) Sets the human-readable display name for the attachment.BlobAttachment.setMimeType(String mimeType) Sets the MIME type of the binary content.