| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…user_message events
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1453 +/- ##
=======================================
Coverage 91.31% 91.31%
=======================================
Files 229 229
Lines 7266 7266
=======================================
Hits 6635 6635
Misses 631 631 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
There was a problem hiding this comment.
Look good 💯
Left one comment around testing, what do you think about leaving the current tests unchanged and instead add new tests for this case?
Sorry, something went wrong.
| "event_ts": "1726133700.887259", | ||
| "channel_type": "im", | ||
| "assistant_thread": {"XXX": "YYY"}, | ||
| "assistant_thread": {"action_token": "10647138185092.960436384805.afce3599"}, |
There was a problem hiding this comment.
What do you think about leaving the old test cases untouched and adding new ones for this logic?
Sorry, something went wrong.
There was a problem hiding this comment.
Nice fix 🚀 🥇
Left 2 non blocking comment let me know what you think
Sorry, something went wrong.
|
@srtaalej any idea when we can expect a fix for this? 🙏 |
Sorry, something went wrong.
Co-authored-by: William Bergamin <wbergamin@salesforce.com>
Co-authored-by: William Bergamin <wbergamin@salesforce.com>
…t pattern in tests
| Back | FazBrowse Home | New Git URL |
Summary
Fixes get_thread_context() returning None in user_message handlers when assistant_thread is present in the payload but only contains an action_token (no context).
Closes #1452
Testing
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.