Interface MediaContent

All Superinterfaces:
Content
All Known Implementing Classes:
AssistantMessage, UserMessage

public interface MediaContent extends Content
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the media associated with the content.

    Methods inherited from interface org.springframework.ai.model.Content

    getContent, getMetadata, getText
  • Method Details

    • getMedia

      List<Media> getMedia()
      Get the media associated with the content.