Remove newlines

This commit is contained in:
Suvin Nimnaka
2026-02-02 19:39:56 +05:30
committed by Sebastian
parent 0c4e08ea0f
commit 266acb381e
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ sequenceDiagram
Gateway-->>Client: event:agent<br>(streaming)
Gateway-->>Client: res:agent<br>final {runId, status, summary}
```
</p>
## Wire protocol (summary)

View File

@@ -820,7 +820,7 @@ flowchart TB
C -- Limited trust --> D["Strangers"]
D -- No trust --> E["Mario asking for find ~"]
E -- Definitely no trust 😏 --> F[" "]
%% The transparent box is needed to show the bottom-most label correctly
F:::Class_transparent_box
classDef Class_transparent_box fill:transparent, stroke:transparent