fix : web front bugs

This commit is contained in:
martin legrand
2025-04-18 16:29:59 +02:00
parent 83c595144b
commit c030b55521
8 changed files with 28 additions and 4 deletions
+2
View File
@@ -22,6 +22,8 @@ class QueryResponse(BaseModel):
agent_name: str
success: str
blocks: dict
status: str
timestamp: str
def __str__(self):
return f"Done: {self.done}, Answer: {self.answer}, Agent Name: {self.agent_name}, Success: {self.success}, Blocks: {self.blocks}"