We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be104a commit 4f1801bCopy full SHA for 4f1801b
README.md
@@ -106,7 +106,7 @@ sequenceDiagram
106
Server-->>-Frontend: Status 300 & Pending input
107
Frontend->>+Server: POST /api/kernels/<id>/input
108
Server->>Kernel: Send input msg
109
- Server-->>-Frontend:
+ Server-->>-Frontend: Returns
110
loop While status is 202
111
Frontend->>+Server: GET /api/kernels/<id>/requests/<uid>
112
Server->>ExecutionStack: Get task result
0 commit comments