Merge branch 'master' into chore/cleanup-TABLES_DEFAULT_ADMIN-flag
This commit is contained in:
commit
c61d95f681
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*",
|
||||
|
|
|
@ -160,7 +160,7 @@ export async function finaliseRow(
|
|||
dynamic: false,
|
||||
})
|
||||
if (aiEnabled) {
|
||||
enrichedRow = await processAIColumns(table, row, {
|
||||
enrichedRow = await processAIColumns(table, enrichedRow, {
|
||||
contextRows: [enrichedRow],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue