(self, final)
| 1981 | self.mdstream.update(show_resp, final=final) |
| 1982 | |
| 1983 | def render_incremental_response(self, final): |
| 1984 | return self.get_multi_response_content_in_progress() |
| 1985 | |
| 1986 | def remove_reasoning_content(self): |
| 1987 | """Remove reasoning content from the model's response.""" |
no test coverage detected