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