- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for sekunder (0.04 seconds)
-
src/main/java/org/codelibs/fess/llm/LlmMessage.java
public static final String ROLE_USER = "user"; /** The role identifier for assistant messages. */ public static final String ROLE_ASSISTANT = "assistant"; /** The role of the message sender. */ private String role; /** The content of the message. */ private String content; /** * Default constructor. */ public LlmMessage() { } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 3.3K bytes - Click Count (0)