Skip to content

Python: Skill provider is asking the approval always when used in the hosted agents. #7086

Description

@mohitpavan

Skill provider recently started asking for the approval in every chat, even after selecting the "always approve all tools".

Image

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 ?

Metadata

Metadata

Assignees

Labels

hostingUsage: [Issues, PRs], Target: all hosting related solutionspythonUsage: [Issues, PRs], Target: PythonskillsUsage: [Issues, PRs], Target: skills related features

Type

Fields

No fields configured for Bug.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions