diff options
Diffstat (limited to 'internal/executor/summary.go')
| -rw-r--r-- | internal/executor/summary.go | 1 |
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. |
