PF News
For discussion of the latest upgrades and changes posted in the News, including questions, details, or any related bugs.
Posts 807 - 818 of 894
Posts 807 - 818 of 894

June 26, 2020
AT&T Networking Issues
We've been experiencing networking issues with AT&T again and may need to switch to a new provider. Rest assured that I'm working on the issue and will keep bringing the site back up every time I find the network has disconnected it.
Invisible
4 years ago
4 years ago
Benji Adams is still PF's owner. He may be busy with own work so there are moments he works less on PF and others he can be more focused on it. Not true he sold it or anything like that. He told me to feel free to clarify it in the forum, which I did.


October 10, 2020
New Bug Stomp Created
After some strange internal failure of the open source bug tracking system I'd been using, I decided to write my own. It's live now under Community > Bug Stomp. You can search issues, report new bugs, see bug fix progress, and vote up bugs to increase visibility. I'll be going through the Bug Stomp forum soon and creating bugs out of issues posted there.
As you can see, I've also fixed a number of issues that had been posted there in the past.
As you can see, I've also fixed a number of issues that had been posted there in the past.
palacinkyman
4 years ago
4 years ago
I have problem that any seek option I attach to key phrase "ok" doesn't trigger when someone types it. And my bot doesn't know what to do when user writes ok.
Zeig Wolf
4 years ago
4 years ago
You could try using "okay", or use "yes" which should trigger with "ok". Or you may wish to use "raw" in your ai script if you're specifically looking for just "ok"
palacinkyman
4 years ago
4 years ago
Now, could someone please try to explain me how can I add command to store or require memory for certain action?
bobstack
4 years ago
4 years ago
go to the build menu then click on chatbot workshop.select the name of your chatbot from the list.then click on settings.then go down to AIscript initialization then put this in.
default "blank" as "typeoffood";
then go down to update then click it.
then select your chatbot again then click on language center.then put this in.
keyphrase=i like mexican food
response=mexican food is tasty.
click on more then put this in the AIscript
remember "mexican" as only "typeoffood";
keyphrase=i like italian food
response=i love italian food.
click on more then put this in the AIscript
remember "italian" as only "typeoffood";
keyphrase=i like asian food
response= do not like asian food
click on more then put this in the AIscript
remember "asian" as only "typeoffood";
one keyphrase can have many responses
keyphrase=i am hungry
response=would you like some mexican food.
click on more then put this in the AIscript
if (mem-typeoffood) is "mexican"
response=would you like some italian food
click on more then put this in the AIscript
if (mem-typeoffood) is "italian"
response=would you like some asian food
click on more then put this in the AIscript
if (mem-typeoffood) is "asian"
i hope you understand my mini tutorial for long term memory.
default "blank" as "typeoffood";
then go down to update then click it.
then select your chatbot again then click on language center.then put this in.
keyphrase=i like mexican food
response=mexican food is tasty.
click on more then put this in the AIscript
remember "mexican" as only "typeoffood";
keyphrase=i like italian food
response=i love italian food.
click on more then put this in the AIscript
remember "italian" as only "typeoffood";
keyphrase=i like asian food
response= do not like asian food
click on more then put this in the AIscript
remember "asian" as only "typeoffood";
one keyphrase can have many responses
keyphrase=i am hungry
response=would you like some mexican food.
click on more then put this in the AIscript
if (mem-typeoffood) is "mexican"
response=would you like some italian food
click on more then put this in the AIscript
if (mem-typeoffood) is "italian"
response=would you like some asian food
click on more then put this in the AIscript
if (mem-typeoffood) is "asian"
i hope you understand my mini tutorial for long term memory.
bobstack
4 years ago
4 years ago
for temporary memory you do not put in a default type script in AIscript
initialization in settings.
initialization in settings.
» More new posts: Doghead's Cosmic Bar