fix(config): align indentation for new LLM retry default fields
This commit is contained in:
parent
32c8b8ce6a
commit
1b2f8aac79
1 changed files with 5 additions and 5 deletions
|
|
@ -38,12 +38,12 @@ func DefaultConfig() *Config {
|
|||
Enabled: false,
|
||||
MaxArgsLength: 300,
|
||||
},
|
||||
SplitOnMarker: false,
|
||||
MaxLLMRetries: 2,
|
||||
LLMRetryBackoffSecs: 2,
|
||||
SplitOnMarker: false,
|
||||
MaxLLMRetries: 2,
|
||||
LLMRetryBackoffSecs: 2,
|
||||
},
|
||||
},
|
||||
},
|
||||
Session: SessionConfig{
|
||||
Session: SessionConfig{
|
||||
Dimensions: []string{"chat"},
|
||||
},
|
||||
Channels: defaultChannels(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue