Fix rerank_model bug in chat and markdown bug (#4061)

### What problem does this PR solve?

Fix rerank_model bug in chat and markdown bug
#4000
#3992
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
This commit is contained in:
liuhua
2024-12-17 16:03:37 +08:00
committed by GitHub
parent bcccaccc2b
commit 1d65299791
4 changed files with 15 additions and 11 deletions

View File

@ -1435,7 +1435,7 @@ session = create_session(AGENT_ID,rag_object)
---
## Converse with agent without `begin` component
## Converse with agent
```python
Session.ask(question: str, stream: bool = False) -> Optional[Message, iter[Message]]