Merge pull request #14951 from Budibase/fix-enrichment-for-ai
Fix enrichment when having AI columns
This commit is contained in:
commit
0c7e23510b
|
@ -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