AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

pattern macro with argument{s}
 
 

I have problems with pattern macros containing arguments. Please, see this simple *.top file:

patternmacro: ^mymacro(^arg)
  we like ^arg

topic: ~mytopic keep repeat []

t: Hi. Please say something.

u: (you like _*1 ^mymacro(_0))
  we both like _0 .


When I try with:
myuser: > you like wine we like wine

I have no matching?!

However, if I try this:
myuser: > :testpattern (you like _*1 ^mymacro(_0)) you like wine we like wine

The result is “Matched” !?

I don’t understand? Please help.

 

 
  [ # 1 ]

Works fine for me, but that’s my internal version which may have fixes. I have pushed my current source to git and rebuilt the windows exe but not the linux one.

 

 
  [ # 2 ]

I downloaded new version and I have tried it. It works (windows version). Thanks!

 

 
  login or register to react