agentscope-ai / agentscope-ai/agentscope-java
[Bug]:block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
Offen
area/core/agent
bug
- Vorherrschende Sprache
- Java
- Sterne
- 5.6k
- Forks
- 1.3k
- Ø Merge
- 4 T. 12 Std.
- Gemergte PRs (30 T.)
- 77
Beschreibung
源码提供的代码示例中
AutoContextMemory.summaryPreviousRoundConversation方法中
Msg block =
model.stream(newMessages, null, options)
.concatMap(chunk -> processChunk(chunk, context))
.then(Mono.defer(() -> Mono.just(context.buildFinalMessage())))
.block();
这块代码有问题,需要修复下
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.