Skip to content

Commit 5786efc

Browse files
committed
fix: rename outputFields to fillFieldsFromImages in Bulk AI Flow configuration
1 parent c584c43 commit 5786efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/documentation/docs/tutorial/07-Plugins/17-bulk-ai-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const admin = new AdminForth({
143143
//diff-add
144144
),
145145
//diff-add
146-
outputFields: [{
146+
fillFieldsFromImages: {
147147
//diff-add
148148
'description': 'describe what is in the image, also take into account that price is {{price}}',
149149
//diff-add
@@ -155,7 +155,7 @@ export const admin = new AdminForth({
155155
//diff-add
156156
'listed': 'Is the apartment should be listed for sale? If you do not know, just guess, return boolean value',
157157
//diff-add
158-
}],
158+
},
159159
//diff-add
160160
}),
161161
//diff-add

0 commit comments

Comments
 (0)