VibecoderMcSwaggins commited on
Commit
d04e93b
·
1 Parent(s): 2ea01fd

docs: update ACTIVE_BUGS.md with P2 example fix

Browse files
docs/bugs/ACTIVE_BUGS.md CHANGED
@@ -39,6 +39,13 @@
39
  - Yields "Multi-agent reasoning in progress..." before blocking workflow call
40
  - Users now see feedback during 2-5 minute initial processing
41
 
 
 
 
 
 
 
 
42
  ### ~~P1 - Gradio Settings Accordion~~ WONTFIX
43
 
44
  Decision: Removed nested Blocks, using ChatInterface directly.
 
39
  - Yields "Multi-agent reasoning in progress..." before blocking workflow call
40
  - Users now see feedback during 2-5 minute initial processing
41
 
42
+ ### ~~P2 - Gradio Example Not Filling Chat Box~~ FIXED
43
+ **Commit**: `2ea01fd` (2025-11-29)
44
+
45
+ - Third example (HSDD) wasn't populating chat box when clicked
46
+ - Root cause: Parentheses in `HSDD (Hypoactive Sexual Desire Disorder)`
47
+ - Fix: Simplified to `Testosterone therapy for Hypoactive Sexual Desire Disorder?`
48
+
49
  ### ~~P1 - Gradio Settings Accordion~~ WONTFIX
50
 
51
  Decision: Removed nested Blocks, using ChatInterface directly.
docs/bugs/P2_GRADIO_EXAMPLE_NOT_FILLING.md CHANGED
@@ -4,6 +4,7 @@
4
  - **Date:** 2025-11-29
5
  - **Priority:** P2 (UX issue)
6
  - **Component:** `src/app.py` - Gradio examples
 
7
 
8
  ---
9
 
 
4
  - **Date:** 2025-11-29
5
  - **Priority:** P2 (UX issue)
6
  - **Component:** `src/app.py` - Gradio examples
7
+ - **Resolution:** FIXED in commit `2ea01fd`
8
 
9
  ---
10