mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:28:27 +00:00
🤖 codex: preserve spacing after inline directives (issue-telegram-inline-spacing)
This commit is contained in:
committed by
Peter Steinberger
parent
4e92ccc0dd
commit
43545a4864
@@ -42,7 +42,7 @@ export function extractModelDirective(
|
||||
}
|
||||
|
||||
const cleaned = match
|
||||
? body.replace(match[0], "").replace(/\s+/g, " ").trim()
|
||||
? body.replace(match[0], " ").replace(/\s+/g, " ").trim()
|
||||
: body.trim();
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user