Nitpick/fix typos in document (#13413)

This commit is contained in:
aplio
2025-02-08 21:33:45 +09:00
committed by GitHub
parent 286cdc41ab
commit 45874c699d
9 changed files with 31 additions and 31 deletions

View File

@@ -396,7 +396,7 @@ The text generation application offers non-session support and is ideal for tran
### Request Body
<Properties>
<Property name='message_id' type='str' key='text'>
<Property name='message_id' type='str' key='message_id'>
For text messages generated by Dify, simply pass the generated message-id directly. The backend will use the message-id to look up the corresponding content and synthesize the voice information directly. If both message_id and text are provided simultaneously, the message_id is given priority.
</Property>
<Property name='text' type='str' key='text'>