From 59b2679641493a82ab83e0c294ed3ebc18166b20 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 15 Jul 2025 21:55:59 +0530 Subject: [PATCH] feat: remove search tool --- config/agents/tools.yml | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/config/agents/tools.yml b/config/agents/tools.yml index ee0a7695e..b994e93d3 100644 --- a/config/agents/tools.yml +++ b/config/agents/tools.yml @@ -6,26 +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" - -- id: search_contact - title: "Search Contact" - description: "Search for a contact by email, phone number, or identifier" - icon: "search" + 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" \ No newline at end of file + title: 'Add Label to Conversation' + description: 'Add a label to a conversation' + icon: 'tag'