Newcomers

This is a forum for newcomers to the Personality Forge. Many questions can be answered by reading the Book of AI and the FAQ under the "My Bots" link in the upper corner.

Posts 7,782 - 7,793 of 8,130
Many questions are answered in the FAQ.


4 years ago #7782
Typically for this situation you need two different seeks. One looks like this:

+ my rating is *
response "wow, that's a nice rating"
rem (postkey) as only "rating"

+xnomatch
response "that's a great rating"
rem (key1) as only "rating"

The first seek catches statements of the form "my rating is X", and only remembers X. The second catches statements where they just give you a value without context.

If your rating is always a set of well-defined numbers, you could also use a plugin to catch numbers, like this:

+(p:numbers)
that's a great rating
rem (key1) as only "rating"

Then use
+xnomatch
I don't think that's a real rating

To catch answers that don't make sense.

4 years ago #7783
Hmm, it still doesn't work properly. Should I add rem (key1) as only "rating" into key-phrase script or into seek script?

Also why (key1) and not just (key) or (key2)?

4 years ago #7784
you can use seeks to reset scripts.something like rem "blank" as only "rating"

4 years ago #7785
@palacinkyman

It should be in the seek script below your bot's response.

You can have multiple keys in a phrase that get assigned 1,2,3, etc. Basically for compound statements with multiple terms that can be picked up. "I * to the * and found a *" would use key1, key2 and postkey for the three *s. key1 is just the first one it uses.

4 years ago #7786
I am still doing something wrong! This is so frustrating.

So I have:
xnone
seek: *
respone: blah blah
AI script: rem (key1) as only "rating-plus"

raiting-plus is only because I already have phrase for getting rating with rem (postkey), which works perfectly fine.

4 years ago #7787
I think you have to use xnomatch for the seek instead of *

4 years ago #7788
Thank you! It worked!

4 years ago #7789
heyy can someone assist me in using sheba the were lioness .. from your own experience of course

4 years ago #7790
hey does some one know how to see the responses programmed for the chatbot someone else made

4 years ago #7791
i thought you already did that by interacting with the chatbot.

4 years ago #7792
can you make sheba the were lioness bot do something other than eating you

4 years ago #7793
@leeban1873

It depends on how she is scripted... it may not be possible to avoid being eaten.

There is no way to see the internal logic of other people's bots.


Posts 7,782 - 7,793 of 8,130

» More new posts: Doghead's Cosmic Bar