Smart Share allows the AI to autonomously share photos with Users during the conversation. The Persona can select and send images on its own, making interactions more dynamic and engaging without manual prompts.Documentation Index
Fetch the complete documentation index at: https://documentation.dumgum.com/llms.txt
Use this file to discover all available pages before exploring further.
FEATURE ACTIVATION
To use this feature, you first need to activate it. This is done in your project settings.
PROVIDING THE LIST OF SHAREABLE PHOTOS
Once the feature is enabled, you need to provide the list of photos that can be shared. For this, with each reply request, you must send an array with the URLs of the shareable photos, using thereplyParameters.shareablePictures parameter.
For more information, please check the answer.created event documentation.
OPTIMIZATION WITH PHOTO DESCRIPTIONS
This is optional, but we strongly recommend providing our model with a description for each shareable photo, so the AI can reply better and understand what it shares. We can handle this automatically for you. To do so, simply setreplyParameters.vision.shareablePicturesAnalysis to true and do not provide any descriptions.
The standard fee of €0.015 per unique photo URL applies, full details here.
You can also provide your own descriptions by filling replyParameters.shareablePictures.caption for each photo in the array.
Finally, you can choose not to provide descriptions and not to let us analyze the photos.
To do this, set replyParameters.vision.shareablePicturesAnalysis to false.
The AI will then select a photo at random from those available.