Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -48,6 +48,6 @@ def build_graph():
|
|
48 |
]
|
49 |
|
50 |
# Create the react agent with proper system prompt
|
51 |
-
agent = create_react_agent(model=llm, tools=llm_tools,
|
52 |
|
53 |
return agent
|
|
|
48 |
]
|
49 |
|
50 |
# Create the react agent with proper system prompt
|
51 |
+
agent = create_react_agent(model=llm, tools=llm_tools, prompt=SYSTEM_PROMPT)
|
52 |
|
53 |
return agent
|