Separated list_agents() from session management (#4111)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2024-12-19 14:36:51 +08:00
committed by GitHub
parent 57c99dd811
commit 8939206531
2 changed files with 23 additions and 21 deletions

View File

@ -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