mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-20 00:06:56 +08:00
docs: improve api documentation for advanced chat and workflow (#9882)
This commit is contained in:
@@ -47,7 +47,9 @@ Chat applications support session persistence, allowing previous chat history to
|
||||
</Property>
|
||||
<Property name='inputs' type='object' key='inputs'>
|
||||
Allows the entry of various variable values defined by the App.
|
||||
The `inputs` parameter contains multiple key/value pairs, with each key corresponding to a specific variable and each value being the specific value for that variable. Default `{}`
|
||||
The `inputs` parameter contains multiple key/value pairs, with each key corresponding to a specific variable and each value being the specific value for that variable.
|
||||
If the variable is of file type, specify an object that has the keys described in `files` below.
|
||||
Default `{}`
|
||||
</Property>
|
||||
<Property name='response_mode' type='string' key='response_mode'>
|
||||
The mode of response return, supporting:
|
||||
@@ -307,8 +309,8 @@ Chat applications support session persistence, allowing previous chat history to
|
||||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
Upload a file (currently only images are supported) for use when sending messages, enabling multimodal understanding of images and text.
|
||||
Supports png, jpg, jpeg, webp, gif formats.
|
||||
Upload a file for use when sending messages, enabling multimodal understanding of images and text.
|
||||
Supports any formats that are supported by your application.
|
||||
Uploaded files are for use by the current end-user only.
|
||||
|
||||
### Request Body
|
||||
|
||||
Reference in New Issue
Block a user