Skip to content

Commit b616f2d

Browse files
committed
hotfix: trace path was being shown as recording path
1 parent 87696bd commit b616f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def create_ui(config, theme_name="Ocean"):
754754
save_trace_path = gr.Textbox(
755755
label="Trace Path",
756756
placeholder="e.g. ./tmp/traces",
757-
value=config['save_recording_path'],
757+
value=config['save_trace_path'],
758758
info="Path to save Agent traces",
759759
interactive=True,
760760
)

0 commit comments

Comments
 (0)