Changes

+AI Directive

347 bytes added, 25 April
no edit summary
* converting text into different formats like JSON
* summarizing and translating text
<!--* performing calculations-->
* comparing application requests with program objectives and providing suggestions or scores on their alignment
* populating custom fields with data extracted from the internet
'''Note:''' You will need an OpenAI license to use AI features on SmartSimple. You must be a '''Global Administrator''' to enable this feature. Contact your account manager or [mailto:sales@smartsimple.com sales@smartsimple.com] for further information on billing and implementation.
'''+AI Directive''' is implemented through SmartSimple as a new custom field setting. Below, we outline the two main modalities under which '''+AI Directive''' may be used.
Grant Application: "@txtApplicationBody@"
</pre>
 
'''Note:''' Please note that P3 Script is reserved to the SmartSimple staff only. Please contact Support if you require help adding it to your system. 
Alternatively, you could do something similar using the Variable Processor. In this scenario you would enter something like:
* Supported Standard fields include:
** '''Level 1 Standard Fields''': Name, Description, Start and End Date, Close Date
** '''Level 2 and 3 Standard Fields''': Subject, Title, Description, Location, Start And End Date
** '''User Standard Fields''': First Name, Middle Name, Last Name, Title, Prefix, Suffix, Phone, Phone Extension, Email, Address, Address 2, City, State/Province, Zip/Postal Code
** '''Company Standard Fields''': Name, Address, Address 2, City, State/Province, Zip/Postal Code, Phone, Website
# Create a field for the AI to store the parsed text to
# Test the final configuration
 
session.runAIdirective();</pre>
In the first line of the '''Source''', we are telling the system to parse the contents of the “Text Box - Text Multiple Lines” custom field we created in the previous step by passing the '''Custom Field ID''' as a parameter: the syntax is <code>session.AIParse(CustomFieldID);</code>. In the next line, we are instructing the AI to run any '''+AI Directives''' specified on the record to run concurrently. We will specify the '''+AI Directives''' in a later step.
 
'''Note:''' Please note that P3 Script is reserved to the SmartSimple staff only. Please contact Support if you require help adding it to your system. 
===Creating a Button to Trigger the AI NER Parser via P3 Script===
# Create a new record in the UTA
# Under the new custom field we created (“A Block of Sample Text”), enter the sample application text. For reference, you may use the [[Media:+AI_Directive_Sample_Text_Block.txt | this sample in the appendix at the end of the articletext block]]. <br /><u>'''Note: '''</u> The text must be less than 6000 words. In a future upgrade, this limit will be increased to 32,000 words.
# Save the record
# Click the browser button we created to run the AI parser
Smartstaff
282
edits