Class IndexedChatMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      IndexedChatMessage​(java.lang.String role, java.lang.String content, int index, boolean isComplete)  
    • Constructor Detail

      • IndexedChatMessage

        public IndexedChatMessage​(java.lang.String role,
                                  java.lang.String content,
                                  int index,
                                  boolean isComplete)
    • Method Detail

      • getIndex

        public int getIndex()
      • isComplete

        public boolean isComplete()