Skip to content

Commit 0d3017b

Browse files
authored
🐛 fix: update the agentbuilder tools not always use humanIntervention (#11696)
fix: update the agentbuilder tools not always use humanIntervention
1 parent 3baf780 commit 0d3017b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/builtin-tool-agent-builder/src/manifest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const AgentBuilderManifest: BuiltinToolManifest = {
2727
{
2828
description:
2929
'Search for tools (MCP plugins) in the marketplace. Users can browse and install tools directly from the search results. Use this when users want to find new tools or capabilities.',
30-
humanIntervention: 'always',
3130
name: AgentBuilderApiName.searchMarketTools,
3231
parameters: {
3332
properties: {
@@ -57,7 +56,6 @@ export const AgentBuilderManifest: BuiltinToolManifest = {
5756
{
5857
description:
5958
'Install a plugin for the agent. This tool ALWAYS REQUIRES user approval before installation, even in auto-run mode. For MCP marketplace plugins, it will install and enable the plugin. For Klavis tools and LobehubSkill providers that need OAuth, it will initiate the connection flow and wait for user to complete authorization.',
60-
humanIntervention: 'always',
6159
name: AgentBuilderApiName.installPlugin,
6260
parameters: {
6361
properties: {

0 commit comments

Comments
 (0)