SreekarB commited on
Commit
837e5b4
·
verified ·
1 Parent(s): 07f29bc

Update annotated_casl_app.py

Browse files
Files changed (1) hide show
  1. annotated_casl_app.py +13 -0
annotated_casl_app.py CHANGED
@@ -213,6 +213,7 @@ def answer_quick_question(transcript_content, question, age, gender, slp_notes):
213
  Provide objective data interpretation only
214
  Keep the response focused on the question but thorough in analysis
215
  If the question relates to multiple areas, address all relevant aspects
 
216
 
217
  Answer the question with specific evidence from the transcript:
218
  """
@@ -259,6 +260,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
259
  4. OBJECTIVE SUMMARY:
260
  Provide data summary only
261
  List observed patterns
 
 
262
  """,
263
 
264
  "Grammar and Syntax": """
@@ -283,6 +286,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
283
  4. OBJECTIVE SUMMARY:
284
  List primary grammatical patterns observed
285
  Provide data summary only
 
 
286
  """,
287
 
288
  "Vocabulary and Semantics": """
@@ -311,6 +316,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
311
  5. OBJECTIVE SUMMARY:
312
  List vocabulary patterns observed
313
  Provide data summary only
 
 
314
  """,
315
 
316
  "Pragmatics and Discourse": """
@@ -339,6 +346,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
339
  5. OBJECTIVE SUMMARY:
340
  List pragmatic patterns observed
341
  Provide data summary only
 
 
342
  """,
343
 
344
  "Sentence Complexity": """
@@ -366,6 +375,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
366
  5. OBJECTIVE SUMMARY:
367
  Provide complexity data summary
368
  List observed patterns only
 
 
369
  """,
370
 
371
  "Word Finding and Retrieval": """
@@ -394,6 +405,8 @@ def analyze_targeted_area(transcript_content, analysis_area, age, gender, slp_no
394
  5. OBJECTIVE SUMMARY:
395
  List word-finding patterns observed
396
  Provide data summary only
 
 
397
  """
398
  }
399
 
 
213
  Provide objective data interpretation only
214
  Keep the response focused on the question but thorough in analysis
215
  If the question relates to multiple areas, address all relevant aspects
216
+ Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
217
 
218
  Answer the question with specific evidence from the transcript:
219
  """
 
260
  4. OBJECTIVE SUMMARY:
261
  Provide data summary only
262
  List observed patterns
263
+
264
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
265
  """,
266
 
267
  "Grammar and Syntax": """
 
286
  4. OBJECTIVE SUMMARY:
287
  List primary grammatical patterns observed
288
  Provide data summary only
289
+
290
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
291
  """,
292
 
293
  "Vocabulary and Semantics": """
 
316
  5. OBJECTIVE SUMMARY:
317
  List vocabulary patterns observed
318
  Provide data summary only
319
+
320
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
321
  """,
322
 
323
  "Pragmatics and Discourse": """
 
346
  5. OBJECTIVE SUMMARY:
347
  List pragmatic patterns observed
348
  Provide data summary only
349
+
350
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
351
  """,
352
 
353
  "Sentence Complexity": """
 
375
  5. OBJECTIVE SUMMARY:
376
  Provide complexity data summary
377
  List observed patterns only
378
+
379
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
380
  """,
381
 
382
  "Word Finding and Retrieval": """
 
405
  5. OBJECTIVE SUMMARY:
406
  List word-finding patterns observed
407
  Provide data summary only
408
+
409
+ IMPORTANT: Do NOT use asterisks (**), hashtags (#), or bold formatting in your response. Use plain text only.
410
  """
411
  }
412