🐛 fix: update the agentbuilder tools not always use humanIntervention (#11696)

fix: update the agentbuilder tools not always use humanIntervention
This commit is contained in:
Shinji-Li
2026-01-22 11:28:56 +08:00
committed by GitHub
parent 3baf78043d
commit 0d3017b7fe

View File

@@ -27,7 +27,6 @@ export const AgentBuilderManifest: BuiltinToolManifest = {
{
description:
'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.',
humanIntervention: 'always',
name: AgentBuilderApiName.searchMarketTools,
parameters: {
properties: {
@@ -57,7 +56,6 @@ export const AgentBuilderManifest: BuiltinToolManifest = {
{
description:
'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.',
humanIntervention: 'always',
name: AgentBuilderApiName.installPlugin,
parameters: {
properties: {