Fix enrichment when having AI columns
This commit is contained in:
parent
b8c10d4765
commit
476ffd3336
|
@ -160,7 +160,7 @@ export async function finaliseRow(
|
||||||
dynamic: false,
|
dynamic: false,
|
||||||
})
|
})
|
||||||
if (aiEnabled) {
|
if (aiEnabled) {
|
||||||
enrichedRow = await processAIColumns(table, row, {
|
enrichedRow = await processAIColumns(table, enrichedRow, {
|
||||||
contextRows: [enrichedRow],
|
contextRows: [enrichedRow],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue