Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sekunder (0.69 seconds)

  1. src/main/java/org/codelibs/fess/entity/ChatMessage.java

        public static final String ROLE_ASSISTANT = "assistant";
    
        /** The unique identifier for this message. */
        private String id;
    
        /** The role of the message sender (user or assistant). */
        private String role;
    
        /** The content of the message. */
        private String content;
    
        /** The timestamp when the message was created. */
        private LocalDateTime timestamp;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top