mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 15:01:11 +03:00
add airtable agent
This commit is contained in:
@@ -119,7 +119,7 @@ json.dumps(my_dict)`
|
||||
const code = `import pandas as pd\n${pythonCode}`
|
||||
finalResult = await pyodide.runPythonAsync(code)
|
||||
} catch (error) {
|
||||
throw new Error(pythonCode)
|
||||
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using follwoing code: "${pythonCode}"`)
|
||||
}
|
||||
}
|
||||
options.logger.debug('[components/CSVAgent] [3] Pyodide Result =>', finalResult)
|
||||
|
||||
Reference in New Issue
Block a user