mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
make cites in conversation API configurable (#576)
### What problem does this PR solve? #566 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -221,6 +221,7 @@ This will be called to get the answer to users' questions.
|
||||
|------|-------|----|----|
|
||||
| conversation_id| string | No | This is from calling /new_conversation.|
|
||||
| messages| json | No | All the conversation history stored here including the latest user's question.|
|
||||
| quote | bool | Yes | Default: true |
|
||||
|
||||
### Response
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user