Skill provider recently started asking for the approval in every chat, even after selecting the "always approve all tools".
we were having this issue in our tools too.
and we solved it with
@tool(
name="close_browser_session",
description=(
"Close a browser automation session. Detaches playwright-cli and closes the remote browser."
),
***approval_mode="never_require",***
)
Can we do this in the skill provider tool too ?
Skill provider recently started asking for the approval in every chat, even after selecting the "always approve all tools".
we were having this issue in our tools too.
and we solved it with
Can we do this in the skill provider tool too ?