You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adminforth/documentation/docs/tutorial/07-Plugins/17-bulk-ai-flow.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,3 +177,90 @@ export const admin = new AdminForth({
177
177

178
178
6. Save changhes
179
179

180
+
181
+
182
+
## Text-to-Text Processing
183
+
This is the most basic plugin usage. You can connect any text completion adapter to fill one or several string/number/boolean fields from other fields.
184
+
185
+
### Example: Translate Names to English
186
+
Normalize user names by translating them from any language to English for internal processing.
0 commit comments