Documentation

Application Example

The purpose of this application is to showcase the prefilling of fields of a purchase order based on the user’s prompt to AI. The idea is that the user writes a prompt for the purchase order which includes details in their own words, which gets processed by AI and then the result is auto-filled into these existing fields without the need of manually entering them.

In this example, there are five fields set for the purchase order which are: Supplier, Products, Price, Quantity and Delivery Date. The Supplier and Products fields are dropdowns that display predefined lists from which the user needs to select an option.

Generally, the user can manually enter the values of these fields. However, using the ‘Specify In Text’ button, the user can enter a prompt for a purchase order in their own words, which will be processed by AI and then the appropriate values for each of the five fields will be returned.

The automatically filled fields are then shown to the user to obtain a confirmation before proceeding further.

Last updated

Was this helpful?