davidaCARSaccount commited on
Commit
1a88b39
·
verified ·
1 Parent(s): b72ec73

The agent script box should dynamically shorten (but must still contain the text inside it) so that the entire drawer doesn't resize.

Browse files

Also the text here:
If the donor asks about the Title Issue, or an update on their vehicle donation, please respond with: "Records with Title Issues are handled by our Title Department. I'll send a request for them to contact you as soon as possible."
Tag "Supervisor Action Needed" on this record.


Reduce by 2 sizes. - Follow Up Deployment

Files changed (2) hide show
  1. index.html +13 -2
  2. prompts.txt +11 -1
index.html CHANGED
@@ -12,12 +12,14 @@
12
  border-radius: 8px 0 0 0;
13
  }
14
  .agent-script {
15
- min-height: 240px;
16
- max-height: 300px;
17
  overflow-y: auto;
18
  background-color: #f8fafc;
19
  border: 1px solid #e2e8f0;
20
  border-radius: 6px;
 
 
21
  }
22
  </style>
23
  </head>
@@ -48,6 +50,15 @@
48
  </div>
49
  </div>
50
 
 
 
 
 
 
 
 
 
 
51
  <!-- Two Column Section -->
52
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
53
  <!-- Caller Information -->
 
12
  border-radius: 8px 0 0 0;
13
  }
14
  .agent-script {
15
+ min-height: 100px;
16
+ max-height: 200px;
17
  overflow-y: auto;
18
  background-color: #f8fafc;
19
  border: 1px solid #e2e8f0;
20
  border-radius: 6px;
21
+ display: flex;
22
+ align-items: center;
23
  }
24
  </style>
25
  </head>
 
50
  </div>
51
  </div>
52
 
53
+ <!-- Warning Section -->
54
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4">
55
+ <div class="font-bold text-yellow-800">WARNING: VEHICLE IN TITLE ISSUE</div>
56
+ <ul class="list-disc pl-5 mt-2 space-y-1 text-yellow-700">
57
+ <li class="text-sm">If the donor asks about the Title Issue, or an update on their vehicle donation, please respond with: "Records with Title Issues are handled by our Title Department. I'll send a request for them to contact you as soon as possible."</li>
58
+ <li class="text-sm">Tag "Supervisor Action Needed" on this record.</li>
59
+ </ul>
60
+ </div>
61
+
62
  <!-- Two Column Section -->
63
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
64
  <!-- Caller Information -->
prompts.txt CHANGED
@@ -182,4 +182,14 @@ VDP New Donations - Incoming Call From 858-216-5751 (Stuart Green)
182
 
183
  Can you increase this by one size
184
  You know what, just make the header text
185
- Incoming Call: VDP New Donations
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  Can you increase this by one size
184
  You know what, just make the header text
185
+ Incoming Call: VDP New Donations
186
+ can you show me an example with a new section directly below agent script that reads:
187
+ WARNING: VEHICLE IN TITLE ISSUE When this appears, it will be directly below Agent Script, and show a static string reading (with 2 Bullet Points as such): If the donor asks about the Title Issue, or an update on their vehicle donation, please respond with: "Records with Title Issues are handled by our Title Department. I'll send a request for them to contact you as soon as possible." Tag “Supervisor Action Needed” on this record.
188
+ The agent script box should dynamically shorten (but must still contain the text inside it) so that the entire drawer doesn't resize.
189
+
190
+ Also the text here:
191
+ If the donor asks about the Title Issue, or an update on their vehicle donation, please respond with: "Records with Title Issues are handled by our Title Department. I'll send a request for them to contact you as soon as possible."
192
+ Tag "Supervisor Action Needed" on this record.
193
+
194
+
195
+ Reduce by 2 sizes.