Uses of Class
io.a2a.spec.Part
Packages that use Part
-
Uses of Part in io.a2a.spec
Subclasses of Part in io.a2a.specModifier and TypeClassDescriptionclassRepresents a structured data segment (e.g., JSON) within a message or artifact.classRepresents a file segment within a message or artifact.classRepresents a text segment within a message or artifact.Methods in io.a2a.spec that return types with arguments of type PartModifier and TypeMethodDescriptionMessage.getParts()Artifact.parts()Returns the value of thepartsrecord component.Methods in io.a2a.spec with parameters of type PartModifier and TypeMethodDescriptionMethod parameters in io.a2a.spec with type arguments of type PartModifier and TypeMethodDescriptionConstructor parameters in io.a2a.spec with type arguments of type PartModifierConstructorDescriptionArtifact(String artifactId, String name, String description, List<Part<?>> parts, Map<String, Object> metadata) Creates an instance of aArtifactrecord class.Message(Message.Role role, List<Part<?>> parts, String messageId, String contextId, String taskId, List<String> referenceTaskIds, Map<String, Object> metadata) Message(Message.Role role, List<Part<?>> parts, String messageId, String contextId, String taskId, List<String> referenceTaskIds, Map<String, Object> metadata, String kind)