datacipen commited on
Commit
a9b35a3
1 Parent(s): f1e8202

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -109,7 +109,6 @@ def query_agent(agent, query):
109
 
110
  # Run the prompt through the agent.
111
  response = agent.invoke(prompt)
112
-
113
  # Convert the response to a string.
114
  return response.__str__()
115
 
 
109
 
110
  # Run the prompt through the agent.
111
  response = agent.invoke(prompt)
 
112
  # Convert the response to a string.
113
  return response.__str__()
114