Add split_on_marker to config defaults
This commit is contained in:
parent
84b6b4e11a
commit
859827cbfe
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ export function ConfigPage() {
|
||||||
defaults: {
|
defaults: {
|
||||||
workspace,
|
workspace,
|
||||||
restrict_to_workspace: form.restrictToWorkspace,
|
restrict_to_workspace: form.restrictToWorkspace,
|
||||||
|
split_on_marker: form.splitOnMarker,
|
||||||
tool_feedback: {
|
tool_feedback: {
|
||||||
enabled: form.toolFeedbackEnabled,
|
enabled: form.toolFeedbackEnabled,
|
||||||
max_args_length: toolFeedbackMaxArgsLength,
|
max_args_length: toolFeedbackMaxArgsLength,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue