enchantment predicate

Hi, how can i check if the item i have in my main hand have the silk touch enchantment ? I tried: { "condition": "minecraft:match_tool", "predicate": { "components": { "minecraft:enchantments": { "levels": { "minecraft:silk_touch": 1 } } } } }
Continue to help post