Skip to content

Commit 0e0e1ea

Browse files
committed
Update readme to match change in behavior
1 parent 79fbfb9 commit 0e0e1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The app's settings are handled by a `SettingsContext` object, which has dialog U
5757
| File | Type | Information |
5858
| --- | --- | --- |
5959
| App.tsx | `App` | Root of the app, publishes the `StylesContext` and `SettingsContext` |
60-
| ChatSession.tsx | `ChatSession` | Owns the `ChatElement` list, and handles any writes to that list |
60+
| ChatSession.tsx | `ChatSession` | Owns the `ChatElement` list, publishes the `ChatHistoryContext`, and handles any writes to that list |
6161
| ChatSession.tsx | `AutomatedChatSession` | Populates the `ChatSession` with either scripted responses or by creating components that query OpenAi |
62-
| Chat.tsx | `Chat` | The scrolling list of chat entries. Publishes the `FeedbackContext`, `ChatHistoryContext`, and `ChatScrollContext` services. Hosts a `ChatEntry` for the user input. Hosts the dialogs of the app (`FeedbackPopup` and `SettingsPopups`).
62+
| Chat.tsx | `Chat` | The scrolling list of chat entries. Publishes the `FeedbackContext`, and `ChatScrollContext` services. Hosts a `ChatEntry` for the user input. Hosts the dialogs of the app (`FeedbackPopup` and `SettingsPopups`).
6363
| Chat.tsx | `ChatEntry` | Takes in the user's text input |
6464
| Feedback.tsx | `FeedbackPopup` | Popup for giving feedback on AI responses |
6565
| Settings.tsx | `SettingsPopup` | Popup that shows controls for modifying the `SettingsContext` |

0 commit comments

Comments
 (0)