mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update useAgentGraph.ts
This commit is contained in:
@@ -366,7 +366,6 @@ export default function useAgentGraph(
|
||||
|
||||
nodes.forEach((node) => {
|
||||
const validate = ajv.compile(node.data.inputSchema);
|
||||
console.log("Validating node", node.id, node.data.inputSchema);
|
||||
const errors = {} as { [key: string]: string };
|
||||
|
||||
// Validate values against schema using AJV
|
||||
|
||||
Reference in New Issue
Block a user