agentscope-ai / agentscope-ai/agentscope-java
[Bug]:block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
Abierto
area/core/agent
bug
- Lenguaje dominante
- Java
- Estrellas
- 5.6k
- Forks
- 1.3k
- Merge medio
- 4 d 12 h
- PR fusionados (30 d)
- 77
Descripción
源码提供的代码示例中
AutoContextMemory.summaryPreviousRoundConversation方法中
Msg block =
model.stream(newMessages, null, options)
.concatMap(chunk -> processChunk(chunk, context))
.then(Mono.defer(() -> Mono.just(context.buildFinalMessage())))
.block();
这块代码有问题,需要修复下
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.