Updated user_communication flowchart
This commit is contained in:
@@ -55,11 +55,11 @@ flowchart TD
|
|||||||
AddHistoryAgent --> ReasonResponse
|
AddHistoryAgent --> ReasonResponse
|
||||||
ReasonResponse --> NeedAwaitResponse
|
ReasonResponse --> NeedAwaitResponse
|
||||||
|
|
||||||
NeedAwaitResponse -->|Quick response is unlikely| AnalyzeContext
|
NeedAwaitResponse -->|Quick response is unlikely| MakeNotes
|
||||||
NeedAwaitResponse -->|Input available on stdin| PrepareForDraft
|
NeedAwaitResponse -->|Input available on stdin| PrepareForDraft
|
||||||
NeedAwaitResponse -->|Quick response is likely| BusyWait
|
NeedAwaitResponse -->|Quick response is likely| BusyWait
|
||||||
BusyWait --> NeedAwaitResponse
|
BusyWait --> NeedAwaitResponse
|
||||||
|
|
||||||
AnalyzeContext --> MakeNotes
|
MakeNotes --> AnalyzeContext
|
||||||
MakeNotes --> End
|
AnalyzeContext --> End
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user