mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-01 14:07:31 +08:00
fix
This commit is contained in:
@@ -27,7 +27,16 @@
|
||||
"run_state_ttl_seconds": 1800,
|
||||
"run_state_max": 500,
|
||||
"tool_parallel_safe_names": ["read_file", "list_files", "find_files", "grep_files", "memory_search", "web_search", "repo_map", "system_info"],
|
||||
"tool_max_parallel_calls": 2
|
||||
"tool_max_parallel_calls": 2,
|
||||
"system_summary": {
|
||||
"marker": "## System Task Summary",
|
||||
"completed_prefix": "- Completed:",
|
||||
"changes_prefix": "- Changes:",
|
||||
"outcome_prefix": "- Outcome:",
|
||||
"completed_title": "Completed Actions",
|
||||
"changes_title": "Change Summaries",
|
||||
"outcomes_title": "Execution Outcomes"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user