Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for onChunk (0.12 seconds)

  1. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

                            }
                        }
                    }
    
                    @Override
                    public void onChunk(final String content, final boolean done) {
                        try {
                            if (content != null && !content.isEmpty()) {
                                sendSseEvent(writer, "chunk", Map.of("content", content));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
Back to Top