diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-26 14:17:18 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-26 14:17:18 -0400 |
| commit | 3a3d4433e0b4bfc134370ba4938f22cbed61428b (patch) | |
| tree | 7a3990de254ad6e4a32d73a16cddc5a37a8c9b9d /src/client/views/pdf | |
| parent | 2f92d924a8dc1675cd12b08bbac7f57b2335a7b2 (diff) | |
sigh
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx index 468922532..6184a7b73 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx +++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx @@ -180,6 +180,7 @@ export class GPTPopup extends ObservableReactComponent<GPTPopupProps> { * Sorts cards in the CollectionCardDeckView */ generateSort = async () => { + console.log(this.chatSortPrompt + "USER PROMPT") this.setLoading(true); this.setSortDone(false); |
