We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cde0a commit 25b4e61Copy full SHA for 25b4e61
giskard/rag/report.py
@@ -166,8 +166,8 @@ def save(self, folder_path: str):
166
167
with open(path / "agent_answer.json", "w", encoding="utf-8") as f:
168
json.dump(
169
- [{"message": output.message, "documents": output.documents} for output in self._model_outputs],
170
- f,
+ [{"message": output.message, "documents": output.documents} for output in self._model_outputs],
+ f,
171
ensure_ascii=False,
172
)
173
0 commit comments