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