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.
2 parents 2be104a + 4f1801b commit 71c70e8Copy full SHA for 71c70e8
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