Skip to content

Commit c623ada

Browse files
committed
doc: fix another bad code block
1 parent 3929e0c commit c623ada

File tree

1 file changed

+3
-3
lines changed
  • packages/coding-agent/docs

1 file changed

+3
-3
lines changed

packages/coding-agent/docs/rpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,13 +464,13 @@ The `bash` command executes immediately and returns a `BashResult`. Internally,
464464

465465
When the next `prompt` command is sent, all messages (including `BashExecutionMessage`) are transformed before being sent to the LLM. The `BashExecutionMessage` is converted to a `UserMessage` with this format:
466466

467-
```
467+
````
468468
Ran `ls -la`
469-
\`\`\`
469+
```
470470
total 48
471471
drwxr-xr-x ...
472-
\`\`\`
473472
```
473+
````
474474

475475
This means:
476476
1. Bash output is included in the LLM context on the **next prompt**, not immediately

0 commit comments

Comments
 (0)