agentscope-ai / agentscope-ai/agentscope-java
[Bug]:block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
Đang mở
area/core/agent
bug
- Ngôn ngữ chính
- Java
- Star
- 5.6k
- Fork
- 1.3k
- Merge trung bình
- 4 ngày 12 giờ
- Pull request đã merge (30 ngày)
- 77
Mô tả
源码提供的代码示例中
AutoContextMemory.summaryPreviousRoundConversation方法中
Msg block =
model.stream(newMessages, null, options)
.concatMap(chunk -> processChunk(chunk, context))
.then(Mono.defer(() -> Mono.just(context.buildFinalMessage())))
.block();
这块代码有问题,需要修复下
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.