Commit 09436d6
committed
fix: Log+ignore invalid chat IDs instead of error
Our example notebook currently uses '12345' (which is not a valid
UUID), causing the previous UUID parsing logic to raise HTTP 500.
This change keeps the logic, but logs an error and ignores any
received invalid conversation IDs. Seems not worth fixing the
notebook until we tackle broader deployment question (Terraform for
AgentCore)1 parent 3a34d65 commit 09436d6
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
0 commit comments