Merged PR 60: update summarize

update summarize
This commit is contained in:
D'Alia, Florinda
2025-02-17 15:09:41 +00:00

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();