Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for generateDocumentNotFoundResponse (0.13 seconds)

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

         * @throws LlmException if LLM is not available
         */
        public void generateDocumentNotFoundResponse(final String userMessage, final String documentUrl, final List<LlmMessage> history,
                final LlmStreamCallback callback) {
            if (logger.isDebugEnabled()) {
                logger.debug("[LLM] Delegating generateDocumentNotFoundResponse. llmType={}", getLlmType());
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 11:10:51 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top