Hello,
Is anyone willing to share some examples of prompts they have used in ChatGPT-4 or other AI apps to get the AI to understand how Workfront works to provide useful guidance and text mode code?
This is what I have used so far, but it almost never provides me with the correct guidance. I have tried using the Voxscript plugin and the new Bing web search capabilities without much luck.
Using Voxscript, completely explore every link and chunk: https://experienceleague.adobe.com/docs/workfront/using/home.html?lang=en
Once you have learned everything from these pages, act as a Workfront expert to answer any questions I may have. Refer back to the above URL using Voxscript if you need to look for additional resources.
Use the text mode code below as an example to learn from when providing code:
displayname=Last Update
image.case.0.comparison.icon=true
image.case.0.comparison.leftmethod=lastNote:entryDate
image.case.0.comparison.lefttext=lastNote:entryDate
image.case.0.comparison.operator=gte
image.case.0.comparison.operatortype=date
image.case.0.comparison.righttext=$$TODAY
image.case.0.comparison.truetext=/static/img/r15/icons/casebuilder/flag_green.gif
image.case.1.comparison.icon=true
image.case.1.comparison.leftmethod=lastNote:entryDate
image.case.1.comparison.lefttext=lastNote:entryDate
image.case.1.comparison.operator=between
image.case.1.comparison.operatortype=date
image.case.1.comparison.righttext=$$TODAY-7d
image.case.1.comparison.righttextrange=$$TODAY-1d
image.case.1.comparison.truetext=/static/img/r15/icons/casebuilder/flag_yellow.gif
image.case.2.comparison.icon=true
image.case.2.comparison.leftmethod=lastNote:entryDate
image.case.2.comparison.lefttext=lastNote:entryDate
image.case.2.comparison.operator=notnull
image.case.2.comparison.operatortype=date
image.case.2.comparison.righttext=
image.case.2.comparison.truetext=/static/img/r15/icons/casebuilder/light_grey.gif
image.namevalue=lastNote:noteText
linkedname=lastNote
namekey=view.relatedcolumn
namekeyargkey.0=lastNote
namekeyargkey.1=noteText
querysort=lastNote:noteText
shortview=false
textmode=true
valuefield=lastNote:entryDate
valueformat=HTML
Views
Replies
Total Likes
I have found chatGPT just makes things up out of thin air. One useful aspect is if I already have a code snippet and want each line explained to me. I have fould Bing does a better job at that than ChatGPT or Bard.
I would love to be able to train ChatGPT by having it read the entire documentation area of AEL and be able to ask it questions. Unfortunately it just doesn't work and I have to rely on the old noggin.