mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 06:40:22 +00:00
chore: fix code formatting
This commit is contained in:
@@ -154,7 +154,12 @@ Submit (send CR only):
|
||||
Paste (bracketed by default):
|
||||
|
||||
```json
|
||||
{ "tool": "process", "action": "paste", "sessionId": "<id>", "text": "line1\nline2\n" }
|
||||
{
|
||||
"tool": "process",
|
||||
"action": "paste",
|
||||
"sessionId": "<id>",
|
||||
"text": "line1\nline2\n"
|
||||
}
|
||||
```
|
||||
|
||||
## apply_patch (experimental)
|
||||
|
||||
Reference in New Issue
Block a user