Uses of Interface
org.a2aproject.sdk.spec.FileContent
Packages that use FileContent
-
Uses of FileContent in org.a2aproject.sdk.spec
Classes in org.a2aproject.sdk.spec that implement FileContentModifier and TypeClassDescriptionfinal classRepresents file content embedded directly as base64-encoded bytes.final recordRepresents file content referenced by a URI location.Methods in org.a2aproject.sdk.spec that return FileContentModifier and TypeMethodDescriptionFilePart.file()Returns the value of thefilerecord component.Constructors in org.a2aproject.sdk.spec with parameters of type FileContentModifierConstructorDescriptionFilePart(FileContent file) Constructor.FilePart(FileContent file, @Nullable Map<String, Object> metadata) Compact constructor with validation.