aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-26 14:17:18 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-26 14:17:18 -0400
commit3a3d4433e0b4bfc134370ba4938f22cbed61428b (patch)
tree7a3990de254ad6e4a32d73a16cddc5a37a8c9b9d /src/client/views/pdf
parent2f92d924a8dc1675cd12b08bbac7f57b2335a7b2 (diff)
sigh
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/GPTPopup/GPTPopup.tsx1
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);