From 948d5dec2784c8b5466898a2df33306ea25144b5 Mon Sep 17 00:00:00 2001 From: Nils Kruthoff Date: Mon, 18 May 2026 15:31:13 +0200 Subject: [PATCH] including the allowed private hosts to the tool definition parameters --- .../wwwroot/tool_definitions/read_web_page.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/MindWork AI Studio/wwwroot/tool_definitions/read_web_page.json b/app/MindWork AI Studio/wwwroot/tool_definitions/read_web_page.json index e57d82be..21ea124d 100644 --- a/app/MindWork AI Studio/wwwroot/tool_definitions/read_web_page.json +++ b/app/MindWork AI Studio/wwwroot/tool_definitions/read_web_page.json @@ -16,6 +16,10 @@ "maxContentCharacters": { "type": "string", "secret": false + }, + "allowedPrivateHosts": { + "type": "string", + "secret": false } }, "required": []