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

@@ -370,7 +370,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
### Request Body
<Properties>
<Property name='message_id' type='str' key='text'>
<Property name='message_id' type='str' key='message_id'>
Dify 生成的文本消息那么直接传递生成的message-id 即可,后台会通过 message_id 查找相应的内容直接合成语音信息。如果同时传 message_id 和 text优先使用 message_id。
</Property>
<Property name='text' type='str' key='text'>