mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
This reverts commit 13ff463845.
### What problem does this PR solve?
### Type of change
- [x] Other (please describe):
This commit is contained in:
@ -2028,8 +2028,8 @@ curl --request POST \
|
||||
The question to start an AI-powered conversation.
|
||||
- `"stream"`: (*Body Parameter*), `boolean`
|
||||
Indicates whether to output responses in a streaming way:
|
||||
- `true`: Enable streaming (default).
|
||||
- `false`: Disable streaming.
|
||||
- `true`: Enable streaming.
|
||||
- `false`: Disable streaming (default).
|
||||
- `"session_id"`: (*Body Parameter*)
|
||||
The ID of session. If it is not provided, a new session will be generated.
|
||||
|
||||
@ -2239,8 +2239,8 @@ curl --request POST \
|
||||
The question to start an AI-powered conversation.
|
||||
- `"stream"`: (*Body Parameter*), `boolean`
|
||||
Indicates whether to output responses in a streaming way:
|
||||
- `true`: Enable streaming (default).
|
||||
- `false`: Disable streaming.
|
||||
- `true`: Enable streaming.
|
||||
- `false`: Disable streaming (default).
|
||||
- `"session_id"`: (*Body Parameter*)
|
||||
The ID of the session. If it is not provided, a new session will be generated.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user