Skip to content

Commit

Permalink
Merge pull request #14951 from Budibase/fix-enrichment-for-ai
Browse files Browse the repository at this point in the history
Fix enrichment when having AI columns
  • Loading branch information
adrinr authored Nov 4, 2024
2 parents b8c10d4 + 476ffd3 commit 0c7e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/api/controllers/row/staticFormula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export async function finaliseRow(
dynamic: false,
})
if (aiEnabled) {
enrichedRow = await processAIColumns(table, row, {
enrichedRow = await processAIColumns(table, enrichedRow, {
contextRows: [enrichedRow],
})
}
Expand Down

0 comments on commit 0c7e235

Please sign in to comment.