We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8b213 commit 82124d4Copy full SHA for 82124d4
packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts
@@ -183,7 +183,7 @@ json.dumps(my_dict)`
183
// TODO: get print console output
184
finalResult = await pyodide.runPythonAsync(code)
185
} catch (error) {
186
- 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}"`)
187
}
188
189
0 commit comments