Merge branch 'master' into fix-filter-count-conditions

This commit is contained in:
Andrew Kingston 2024-11-04 15:55:41 +00:00 committed by GitHub
commit 79906bad7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export async function finaliseRow(
dynamic: false,
})
if (aiEnabled) {
enrichedRow = await processAIColumns(table, row, {
enrichedRow = await processAIColumns(table, enrichedRow, {
contextRows: [enrichedRow],
})
}