update summarize

This commit is contained in:
Florinda
2025-02-17 16:06:29 +01:00
parent e55d88268d
commit d5d3fb9e1b

View File

@@ -201,10 +201,10 @@ public class SummarizeDocSolver extends StepSolver {
CallResponseSpec resp = chatClient.prompt()
.messages(chunkMessage, systemMessage)
.advisors(advisor -> advisor
/* .advisors(advisor -> advisor
.param("chat_memory_conversation_id",
this.scenarioExecution.getId() + this.qai_custom_memory_id)
.param("chat_memory_response_size", 100))
.param("chat_memory_response_size", 100))*/
.call();
return resp.content();