mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
Use False, not Off
This commit is contained in:
@@ -29,7 +29,7 @@ MAX_TURNS_BEFORE_CONTINUE = 250
|
||||
SHOW_CONFIRM = True
|
||||
show_confirm_env = os.getenv("SHOW_CONFIRM")
|
||||
if show_confirm_env is not None:
|
||||
if show_confirm_env == "Off":
|
||||
if show_confirm_env == "False":
|
||||
SHOW_CONFIRM = False
|
||||
|
||||
class ToolData(TypedDict, total=False):
|
||||
|
||||
Reference in New Issue
Block a user