Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for finnish (0.03 seconds)

  1. src/main/java/org/codelibs/fess/llm/LlmChatResponse.java

            this.content = content;
        }
    
        /**
         * Gets the finish reason.
         *
         * @return the finish reason
         */
        public String getFinishReason() {
            return finishReason;
        }
    
        /**
         * Sets the finish reason.
         *
         * @param finishReason the finish reason
         */
        public void setFinishReason(final String finishReason) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 12 10:32:40 GMT 2026
    - 3.4K bytes
    - Click Count (0)
Back to Top