From 1a270fa917c2ccc771825d7ab8cee1881a426c70 Mon Sep 17 00:00:00 2001 From: Laine Date: Wed, 12 Mar 2025 12:50:02 -0400 Subject: [PATCH] Forgot the env.example... --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index a1a1944..4701495 100644 --- a/.env.example +++ b/.env.example @@ -37,3 +37,6 @@ OPENAI_API_KEY=sk-proj-... # Agent Goal Configuration # AGENT_GOAL=goal_event_flight_invoice # (default) or goal_match_train_invoice + +# Set if the UI should force a user confirmation step or not +SHOW_CONFIRM=True \ No newline at end of file