suneeln-duke commited on
Commit
f528550
1 Parent(s): 1312f6c

Update agents/rag_agent.py

Browse files
Files changed (1) hide show
  1. agents/rag_agent.py +0 -1
agents/rag_agent.py CHANGED
@@ -61,7 +61,6 @@ def init_config(loader):
61
  return RAG_executor
62
 
63
  def answer_question(agent, question):
64
- question = "what is the scientific for the plant?"
65
 
66
  user_query = {"input": question}
67
 
 
61
  return RAG_executor
62
 
63
  def answer_question(agent, question):
 
64
 
65
  user_query = {"input": question}
66