Update N8N Readme with link to repo, disable doctoc metadata (#2330)

This commit is contained in:
Suchintan
2025-05-13 00:09:03 -04:00
committed by GitHub
parent 9eb4b46bdc
commit 0184a0e705
11 changed files with 7 additions and 13 deletions

View File

@@ -1940,10 +1940,11 @@ class ForgeAgent:
)
return action_result.data
LOG.warning(
"Failed to find extracted information for task",
task_id=task.task_id,
)
if task.data_extraction_goal:
LOG.warning(
"Failed to find extracted information for task",
task_id=task.task_id,
)
return None
async def get_failure_reason_for_task(self, task: Task) -> str | None:

View File

@@ -1,6 +1,5 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [WebHuman Automation Tool](#webhuman-automation-tool)
- [Getting Started](#getting-started)