summaryrefslogtreecommitdiff
path: root/internal/executor/summary.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/executor/summary.go')
-rw-r--r--internal/executor/summary.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/executor/summary.go b/internal/executor/summary.go
index bcf5cfd..e5a1772 100644
--- a/internal/executor/summary.go
+++ b/internal/executor/summary.go
@@ -12,6 +12,7 @@ import (
"github.com/thepeterstone/claudomator/internal/llm"
)
+
// synthesizeSummaryMaxBytes caps how much of the stdout log we send to the
// LLM. Larger values cost more tokens with diminishing returns for a 2-4
// sentence summary.