Skip to content

Commit 7ae94d4

Browse files
committed
Use the env. variable in replay
Signed-off-by: Víctor Mayoral Vilches <[email protected]>
1 parent d1b237e commit 7ae94d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/replay.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
import argparse
3434
from typing import Dict, List, Tuple
3535

36+
# Disable session recording for replay tool
37+
os.environ["CAI_DISABLE_SESSION_RECORDING"] = "true"
38+
3639
# Add the parent directory to the path to import cai modules
3740
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
3841

0 commit comments

Comments
 (0)