feat: add configurable client tools and photo input
This commit is contained in:
@@ -237,6 +237,12 @@ async def sync_mcp_tools(
|
||||
"remote_tool_name": remote_name,
|
||||
"input_schema": remote.get("input_schema") or {},
|
||||
"schema_hash": remote.get("schema_hash") or "",
|
||||
"allow_interruptions": previous_config.get(
|
||||
"allow_interruptions", True
|
||||
),
|
||||
"execution_mode": previous_config.get(
|
||||
"execution_mode", "immediate"
|
||||
),
|
||||
"dynamic_variable_assignments": previous_config.get(
|
||||
"dynamic_variable_assignments"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user