[T3064] FIX: interaction resume now contains contactus form submissions#2085
[T3064] FIX: interaction resume now contains contactus form submissions#2085
Conversation
Danielgergely
commented
Mar 23, 2026
- FIX: search for crm claims even if no partner is added. use the email address to match to partner.
- FIX: search for crm claims even if no partner is added. use the email address to match to partner.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the interaction resume functionality by integrating contact form submissions into the communication timeline. It also refines the system's ability to link CRM claims to partners, particularly for anonymous users, by intelligently using email addresses to establish connections and trigger necessary interaction updates. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request enhances the interaction data collection for CRM requests by including the crm.claim itself as an interaction and ensuring that partner timelines are updated for both new claims and messages, even when the partner is initially anonymous and identified only by email. A key review comment highlights a potential issue where adding the crm.claim as an interaction could lead to duplicate entries if the claim's initial message is also processed, suggesting that the claim.incoming_message_id should be excluded from subsequent message processing to prevent this redundancy.
