Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getContextMaxChars (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java

                return "query regen prompt {{userMessage}} {{failedQuery}} {{failureReason}} {{languageInstruction}}";
            }
    
            @Override
            protected int getContextMaxChars(final String promptType) {
                return testContextMaxChars;
            }
    
            @Override
            protected int getEvaluationMaxRelevantDocs() {
                return 3;
            }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 53K bytes
    - Click Count (0)
Back to Top