From 67b4d82f629abd5d84b32b053925961ba84f0650 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 4 Sep 2026 12:49:29 -0600 Subject: [PATCH] Improved Description of MemoryExtractBatchSize --- salt/soc/soc_soc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index e21a564ca..995d97493 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -909,7 +909,7 @@ soc: global: True advanced: True memoryExtractBatchSize: - description: How many messages to include in the transcript that the Memory agent will extract from. + description: Max number of a session's messages that will be processed for memory extractions at a time. Larger values are more efficient but risk exceeding the memory extraction LLM's size limits, due to the variable and unpredictable size of each message. global: True advanced: True maxMemoryRetries: