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 0c755ea commit cf7e7deCopy full SHA for cf7e7de
src/agentlab/analyze/episode_to_html.py
@@ -14,7 +14,7 @@ def exp_result_to_html(
14
axtree_open: bool = False,
15
html_open: bool = False,
16
prompt_open: bool = False,
17
- embed_images: bool = True, # New parameter
+ embed_images: bool = True,
18
) -> str:
19
"""
20
Convert an ExpResult to HTML with collapsible sections.
0 commit comments