2
0

📝 Add docs for audio clips and update audio chat gpt template

This commit is contained in:
Baptiste Arnaud
2024-08-21 16:18:05 +02:00
parent 72517a1ec2
commit 503060cb4d
3 changed files with 85 additions and 26 deletions

View File

@ -52,3 +52,13 @@ You can also ask your user for a longer text answer by enabling it in the input
/>
</Tab>
</Tabs>
## Allow attachments
This option, when enabled, allows users to attach files to their message. This is useful when you want to ask for a document or a picture attached to the user messages.
The generated URL will be stored in the defined variable.
## Allow audio clips
This option, if enabled, displays a microphone button when the text input is empty. This allows users to record a voice message and send it to the bot.