Merge branch 'master' into redis-persistence-opt-in

This commit is contained in:
Sam Rose 2024-11-04 16:08:43 +00:00 committed by GitHub
commit 2d8e5a069d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.1",
"version": "3.0.2",
"npmClient": "yarn",
"packages": [
"packages/*",

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],
})
}