-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Adds support for extra context in conversation updates #8235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Adds support for extra context in conversation updates #8235
Conversation
Enables conversations to be patched with additional contextual data, facilitates richer support flows, and exposes support group IDs in frontend statics for improved configuration and integration.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8235 +/- ##
==========================================
+ Coverage 88.02% 89.84% +1.81%
==========================================
Files 1916 1507 -409
Lines 74050 62179 -11871
Branches 1301 498 -803
==========================================
- Hits 65184 55864 -9320
+ Misses 8475 6186 -2289
+ Partials 391 129 -262
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Aligns API and routing by changing the HTTP method for updating conversations to POST, ensuring consistency with intended usage. Adds support for extra context in conversation patch schema for improved extensibility.
Aligns API and OpenAPI spec with REST conventions by replacing POST with PATCH for updating conversations. Improves semantic clarity for partial updates and enhances adherence to standard practices.uild
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a single question, I can put anything of any size in this extra context??
...es/web/server/src/simcore_service_webserver/conversations/_controller/_conversations_rest.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
|
d9aef02
into
ITISFoundation:master



What do these changes do?
Related issue/s
How to test
Dev-ops