(20250120) Mail retrieval bug fixed.

This commit is contained in:
2025-01-20 15:11:01 +05:30
parent 06058238e2
commit 54f62bc986
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -259,6 +259,7 @@ class LLMOutput(BaseModel):
def to_json(self) -> dict:
dump = self.model_dump()
print("DUMP:", dump)
dump["invocationId"] = str(dump["invocationId"])
return dump