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 87696bd commit b616f2dCopy full SHA for b616f2d
webui.py
@@ -754,7 +754,7 @@ def create_ui(config, theme_name="Ocean"):
754
save_trace_path = gr.Textbox(
755
label="Trace Path",
756
placeholder="e.g. ./tmp/traces",
757
- value=config['save_recording_path'],
+ value=config['save_trace_path'],
758
info="Path to save Agent traces",
759
interactive=True,
760
)
0 commit comments