Commit e0ce0d8
fix(mcp): change reasoning.effort from 'minimal' to 'low' in factory
The actual hardcoded 'minimal' value was in factories.py line 136,
not in graphiti-core's DEFAULT_REASONING constant. The factory
explicitly passes reasoning='minimal' when creating OpenAIClient
for reasoning models, overriding any default.
'minimal' is not supported by gpt-5.4-mini and newer models.
Supported values: 'none', 'low', 'medium', 'high', 'xhigh'.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dc9ee26 commit e0ce0d8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments