Skip to content

Commit ef0ffd4

Browse files
authored
Merge pull request #419 from AppSprout-dev/fix/abstraction-max-tokens
fix(abstraction): bump MaxTokens 200→500 for principle/axiom synthesis
2 parents b73424f + 252d14c commit ef0ffd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/agent/abstraction/agent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Set has_principle to false if:
519519
{Role: "system", Content: "You are a senior software engineer identifying recurring practices in a codebase. Extract concrete engineering principles from patterns. Output JSON only."},
520520
{Role: "user", Content: prompt},
521521
},
522-
MaxTokens: 200,
522+
MaxTokens: 500,
523523
Temperature: 0.3,
524524
ResponseFormat: &llm.ResponseFormat{
525525
Type: "json_schema",
@@ -630,7 +630,7 @@ Set has_axiom to false if:
630630
{Role: "system", Content: "You are a senior software engineer synthesizing team engineering standards from observed principles. Output JSON only."},
631631
{Role: "user", Content: prompt},
632632
},
633-
MaxTokens: 200,
633+
MaxTokens: 500,
634634
Temperature: 0.3,
635635
ResponseFormat: &llm.ResponseFormat{
636636
Type: "json_schema",

0 commit comments

Comments
 (0)