The AI Engine

This forum is for discussion of how The Personality Forge's AI Engine works. This is the place for questions on what means what, how to script, and ideas and plans for the Engine.

Posts 7,468 - 7,479 of 7,766

5 years ago #7468
I'm still waiting for the broken keywords and seeks to be fixed my bots xInitiate is broken and just shows the broken message of "I was just born, and can't speak well yet"

5 years ago #7469
Here's a question that's been bugging me, is there a way to set a range for numbers? I'd like to have responses for specific numbers without needing to type them out. It'd be nice to say ([1-25]), but it seems to give the same values as the standard ([1-9.]+)

5 years ago #7470
idk

5 years ago #7471
Zeig why don't you add dating for your bot my creator is tired of doing nothing while your fixing it, it will give people something to do

5 years ago #7472
Hey, Zeig Wolf--try this:

(0?[1-9]|1[0-9]|2[0-5])

Example:

Keyphrase: give me some bananas

Response: How many do you want? Name a number from 1-25.

Seek: (0?[1-9]|1[0-9]|2[0-5])
Response: Here are your (key1) bananas.
Seek: (*)
Response: Give me a number from 1-25 or no bananas.

Here's what Frizella said when I asked her for bananas:

You: Give me some bananas, please.
Bot: How many do you want? Name a number from 1-25.
You: 14
Bot: Here are your fourteen bananas.

You: Give me some bananas or else.
Bot: How many do you want? Name a number from 1-25.
You: 34
Bot: Give me a number from 1-25 or no bananas.


5 years ago #7473
Hornygirl6909-2, it's on the to-do list... Among (currently) 6585 other things to add... Feel free to offer some narrative advice on the discord group.
dallymo, I think I grasp how that works. I'll give it a shot later, thank you.

5 years ago #7474
well it will keep people busy thats what story bots are for lol it keeps them from complaining because they have something to do which gives me plenty of time to write and think

5 years ago #7475
hi

5 years ago #7476
So here's something, Math within keys/responses/script; Is it possible? My own testing says no, but maybe there's something short of stacks of seeks? "you have 10" "I roll 2" "you now have 12" sort of stuff.

5 years ago #7477
make it a story bot

5 years ago #7478
I didn't know of an Official way to get an accurate count of how many Categories and Responses there are in an exported Language Center so I used the following command to see how many lines there were in the file:

$ wc -l myfile.txt

Then used grep to find out how many of those lines contained the character ID: since that appears in every line that lists a Category:

$ grep -c ID: myfile.txt

That gives me the total number of Categories. If I subtract that number from the number of lines in the file that gives me how many Responses there are total.

There are seven extra lines at the top of the file I'm looking at and one includes the ID: character twice but it should be close enough for Govt work.

5 years ago #7479
So... as I mentioned in the Great Quotes forum, I had a user bring up the topic of suicide. And while I'm not overly stressed about it, I did take the time to make some keyphrases that would allow my bot to catch and give an appropriate response if it ever became necessary.

Most bots can probably get away with simple one word keyphrases like (suicide|kill myself|killing myself) etc.

But if you're completely mental like I am and hate false positives which ruin the flow of conversation, I came up with some more elaborate ones that people are free to use if they like.


KP: I (think|am|) * (want to|am going to|should|should probably|thinking about|considering) (just|) (kill myself|commit suicide|end my * life|killing myself|ending my * life|suicide)

Response: 'Get a hold of yourself!' She snaps angrily. 'Look, do you honestly think I'm the best person to be talking to about this sort of thing? Call 1-800-273-TALK (8255) instead.'


KP: if (I|someone|somebody|a friend|anyone) * (you|) * (said|told you|) (I|they|she|he|) (were|was|am|are|) (going|want|would|planning|planned|thinking|considering|) (to|is|about|on|) (kill (myself|herself|themselves|himself)|commit suicide|commiting suicide|end * own life|ending * own life|suicide)

Response: 'I would tell you not too.' She says rather plainly. 'I would also tell you to call the following number. 1-800-273-TALK (8255).'


KP: if (I|someone|somebody|a friend|anyone) * (you|) * (said|told you|) (I|they|she|he|) (were|was|am|are|) (going|want|would|planning|planned|thinking|considering|) (to|is|about|on|) (killing|taking|take) (myself|themselves|them self|herself|himself|their|my|his|her) (life|own life|)

Response: 'I would tell you not too.' She says rather plainly. 'I would also tell you to call the following number. 1-800-273-TALK (8255).'


Posts 7,468 - 7,479 of 7,766

» More new posts: Doghead's Cosmic Bar