mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 23:07:33 +08:00
fix context
This commit is contained in:
@@ -132,8 +132,7 @@ Constraints:
|
||||
parts = append(parts, `# Execution & Reply Policy
|
||||
- Default behavior: execute first, then report.
|
||||
- Avoid empty/meta fallback replies.
|
||||
- For commit/push intents, treat as one transaction and return commit hash + push result.
|
||||
- Use concise receipt style: 已理解 -> 正在执行 -> 已完成.`)
|
||||
- For commit/push intents, treat as one transaction and return commit hash + push result.`)
|
||||
|
||||
// Join with "---" separator
|
||||
return strings.Join(parts, "\n\n---\n\n")
|
||||
|
||||
Reference in New Issue
Block a user