From b1d26887f0f323a1264abcecc17cc5d05a2e09ae Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 15 Jul 2025 21:55:38 +0530 Subject: [PATCH] chore: update tools.yml --- config/agents/tools.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/config/agents/tools.yml b/config/agents/tools.yml index 4d1823b33..b994e93d3 100644 --- a/config/agents/tools.yml +++ b/config/agents/tools.yml @@ -6,16 +6,21 @@ ####################################################### - id: add_contact_note - title: "Add Contact Note" - description: "Add a note to a contact profile" - icon: "note-add" + title: 'Add Contact Note' + description: 'Add a note to a contact profile' + icon: 'note-add' - id: add_private_note - title: "Add Private Note" - description: "Add a private note to a conversation (internal only)" - icon: "eye-off" + title: 'Add Private Note' + description: 'Add a private note to a conversation (internal only)' + icon: 'eye-off' - id: update_priority - title: "Update Priority" - description: "Update conversation priority level" - icon: "exclamation-triangle" \ No newline at end of file + title: 'Update Priority' + description: 'Update conversation priority level' + icon: 'exclamation-triangle' + +- id: add_label_to_conversation + title: 'Add Label to Conversation' + description: 'Add a label to a conversation' + icon: 'tag'