From 8d75e0afcff593a112fd0e9f69949a9f80aea68a Mon Sep 17 00:00:00 2001 From: alejandro Date: Fri, 6 Dec 2024 08:34:03 -0500 Subject: [PATCH] feat: exposes memory option to users in gateway definition. --- agent_gateway/gateway/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_gateway/gateway/gateway.py b/agent_gateway/gateway/gateway.py index 101a02e..485a02f 100644 --- a/agent_gateway/gateway/gateway.py +++ b/agent_gateway/gateway/gateway.py @@ -156,7 +156,7 @@ def __init__( max_retries: Maximum number of replans to do. Defaults to 2. planner_llm: Name of Snowflake Cortex LLM to use for planning. agent_llm: Name of Snowflake Cortex LLM to use for planning. - memory: Boolean to turn on memory mechanism or not. Defaults to False. + memory: Boolean to turn on memory mechanism or not. Defaults to True. planner_example_prompt: Example prompt for planning. Defaults to SNOWFLAKE_PLANNER_PROMPT. planner_example_prompt_replan: Example prompt for replanning. Assign this if you want to use different example prompt for replanning.