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 TypeClassDescriptionclassA fundamental data unit within a Message or Artifact.classA fundamental file unit within a Message or Artifact.classA fundamental text unit of an Artifact or Message.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)