feat: add max_turns to recipe and subagent settings (#6687)
Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
This commit is contained in:
@@ -987,6 +987,7 @@ export type SetSlashCommandRequest = {
|
||||
export type Settings = {
|
||||
goose_model?: string | null;
|
||||
goose_provider?: string | null;
|
||||
max_turns?: number | null;
|
||||
temperature?: number | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user