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..

Image tag working example?
 
 

Does anyone have an actual working example of the <image> tag for pandora bots?

I have tried what was in the documentation and I am unable to compile using the image tag. See examples below:

<image> http://alicebot.org/logo.jpg<image>

http://alicebot.org/logo.jpg

<img><src>http://alicebot.org/logo.jpg</src></img>

Any suggestions or just a working example?
Please help?

 

 
  [ # 1 ]

You have the syntax correct but the old alicebot.org site is long gone and so the image you are trying to show doesn’t exist. Here is an example of a working image tag:

<category>
    <
pattern>TESTIMAGE</pattern>
    <
template>
        
Here is an image of Alan Turing.
        <
image>http://www.square-bear.co.uk/mitsuku/gallery/alanturing.jpg</image>
    
</template>
</
category

You can test it at http://www.mitsuku.com by saying TESTIMAGE
The latest docs for AIML are here: https://www.pandorabots.com/docs/

 

 
  login or register to react