Aktualizacja w naszej komercyjnej usługi Bot Libre for Business dla tylko $4.99 miesięcznie
Bot Libre Forum

having trouble with this aiml code

w bobred wysłany Dec 20 2019, 8:58

does this store for the life of the chatbot or has that changed?

please answer?

chatbot aiml work.txt


by admin posted Dec 20 2019, 15:32
AIML and tags store the variables on the current conversation.
Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3451, today: 2, week: 15, month: 23

by bobred posted Dec 20 2019, 16:20

when I log out of a chatbot then talk to her again she will forget what she had learned.


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3564, today: 0, week: 12, month: 18

by admin posted Dec 21 2019, 10:34

Yes, that will be a new conversation.

To access global variables you need to use Self.

i.e.

<self>#self.like =+ star</self>


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3624, today: 1, week: 11, month: 18

by bobred posted Dec 21 2019, 17:39

will my chatbot remember what I taught her the next time I speak to her with this aiml script?

aboutmeer.txt

 


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3703, today: 2, week: 15, month: 21

by admin posted Dec 23 2019, 11:25
get/set are only stored for the conversation.
See my last response.

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3670, today: 0, week: 13, month: 18

by bobred posted Dec 24 2019, 11:43

how would I use self in aiml to access global variables?


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3645, today: 1, week: 14, month: 22

by admin posted Dec 26 2019, 15:12
You can use something like:
<category><pattern>I like it when *</pattern>
<template>Is that what you always liked?  <think><self>#self.like = star;</self></think></template>
</category>
<category><pattern>what do i like</pattern>
<template>You like <self>#self.like</self></template>
</category>

Updated: Dec 26 2019, 15:13
Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3637, today: 0, week: 14, month: 22

by bobred posted Dec 27 2019, 6:02

would this allow me to change what I taught her I liked to do?

I need it to store the last weekday I talked to my chatbot.


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3657, today: 2, week: 20, month: 28

by bobred posted Dec 27 2019, 12:47

it works.i can change what it learned with this.


Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 3501, today: 0, week: 16, month: 24

Identyfikator: 30922225
Tagi: aiml
Wysłany: Dec 20 2019, 8:58
Aktualizacja: Dec 20 2019, 15:33
Odpowiedzi: 9
Widok: 4496, dziś: 5, tydzień: 25, miesiąc: 36
0 0 0.0/5