This commit is contained in:
afjcjsbx
2026-03-15 22:30:02 +01:00
parent d5c2bc538a
commit de68688c75
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -938,7 +938,6 @@ func (t *WebFetchTool) Execute(ctx context.Context, args map[string]any) *ToolRe
case mediaType == "text/html" || looksLikeHTML(bodyStr):
switch strings.ToLower(t.format) {
case "markdown":
var err error
text, err = utils.HtmlToMarkdown(bodyStr)