For the complete documentation index, see llms.txt. This page is also available as Markdown.

Structured responses (bot-sent images)

Typically, LLM-based bots can only send text. And all of this text is written in one message.

But you can enable "Structured Responses," which will give the bot the ability to:

  • Send multiple messages at once (split your reply)

  • Send files (documents, images, audio) if he has direct links to them

The structured response settings are located on the "Additional Settings" tab in the bot settings.

After enabling this setting, you'll see two additional fields. You don't need to touch them.

For the bot to send files, it must have direct links to them. These can be inserted into instructions, direct questions, or anywhere else.

When uploading large files, you can enable the "Leave images" option. This will leave the images in the file as direct links. More details here.

An example of how a structured response works

Last updated