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'