mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
chore: remove comment on maxTurns in sdk-options
- Cleaned up the code by removing the comment on maxTurns, which previously explained the increase from quick to standard. The value remains set to MAX_TURNS.extended.
This commit is contained in:
@@ -216,7 +216,7 @@ export function createSuggestionsOptions(
|
|||||||
return {
|
return {
|
||||||
...getBaseOptions(),
|
...getBaseOptions(),
|
||||||
model: getModelForUseCase("suggestions", config.model),
|
model: getModelForUseCase("suggestions", config.model),
|
||||||
maxTurns: MAX_TURNS.extended, // Increased from quick (5) to standard (20) to allow codebase exploration + structured output
|
maxTurns: MAX_TURNS.extended,
|
||||||
cwd: config.cwd,
|
cwd: config.cwd,
|
||||||
allowedTools: [...TOOL_PRESETS.readOnly],
|
allowedTools: [...TOOL_PRESETS.readOnly],
|
||||||
...(config.systemPrompt && { systemPrompt: config.systemPrompt }),
|
...(config.systemPrompt && { systemPrompt: config.systemPrompt }),
|
||||||
|
|||||||
Reference in New Issue
Block a user