mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Separated list_agents() from session management (#4111)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -1139,7 +1139,7 @@ for assistant in rag_object.list_chats():
|
||||
|
||||
---
|
||||
|
||||
## CHAT SESSIONS
|
||||
## SESSION MANAGEMENT
|
||||
|
||||
---
|
||||
|
||||
@ -1576,6 +1576,10 @@ for session in sessions:
|
||||
|
||||
---
|
||||
|
||||
## AGENT MANAGEMENT
|
||||
|
||||
---
|
||||
|
||||
### List agents
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user