chore: fix typos in packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts (#5420)

Fix typos in packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts
This commit is contained in:
Lê Nam Khánh
2025-11-05 20:01:45 +07:00
committed by GitHub
parent 3b8b21342d
commit 82124d4871
@@ -183,7 +183,7 @@ json.dumps(my_dict)`
// TODO: get print console output // TODO: get print console output
finalResult = await pyodide.runPythonAsync(code) finalResult = await pyodide.runPythonAsync(code)
} catch (error) { } catch (error) {
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using follwoing code: "${pythonCode}"`) throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using following code: "${pythonCode}"`)
} }
} }