mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: update the agentbuilder tools not always use humanIntervention (#11696)
fix: update the agentbuilder tools not always use humanIntervention
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user