Skip to content

Commit f31356f

Browse files
committed
docs(tapes): pin extraction tape's file picker to /tmp/demo
The file picker defaults to ~/Downloads, so running the extraction tape on a machine with files there would pick one of those up instead of the staged scanned-invoice.pdf, making the recording non-reproducible.
1 parent 77f304e commit f31356f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/tapes/extraction.tape

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Env COLORTERM "truecolor"
1818
Env COLORFGBG "15;0"
1919
Env PS1 ""
2020
Env MICASA_EXTRACTION_LLM_MODEL "qwen3:0.6b"
21+
# Pin the document file picker to the staged demo dir so the tape is
22+
# reproducible regardless of what's in the recorder's ~/Downloads.
23+
Env MICASA_DOCUMENTS_FILE_PICKER_DIR "/tmp/demo"
2124

2225
Hide
2326
# Stage a test PDF in a temp dir so the file picker only shows one file.

0 commit comments

Comments
 (0)