feat: include contact verified status with each tool call (#13663)

Co-authored-by: aakashb95 <aakashbakhle@gmail.com>
This commit is contained in:
Shivam Mishra
2026-02-26 16:16:33 +05:30
committed by GitHub
parent 6b3f1114fd
commit 7c60ad9e28
7 changed files with 125 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ Here's the metadata we have about the current conversation and the contact assoc
{% endif -%}
{% if campaign.id -%}
{% render 'campaign' %}
{% render 'campaign', campaign: campaign %}
{% endif -%}
{% endif -%}

View File

@@ -22,7 +22,7 @@ Here's the metadata we have about the current conversation and the contact assoc
{% endif -%}
{% if campaign.id -%}
{% render 'campaign' %}
{% render 'campaign', campaign: campaign %}
{% endif -%}
{% endif -%}