Calling shopping_list.add_item service from HA Assist

Nothing big here. In file:

/config/custom_sentences/pl/shopping_list.yaml

I have added:

intents:
  HassShoppingListLastItems:
    data:
      - sentences:
        - "co jest na mojej liście zakupów"

and it returns whats on my shopping list so I was hoping that instead creating a new intent I could reuse one which is hardcoded in shopping_list component:

HassShoppingListAddItem

but I could’t pass item param in this intent too.