Update agent.py
Browse files
agent.py
CHANGED
@@ -365,7 +365,7 @@ if __name__ == "__main__":
|
|
365 |
#question = "When was a picture of St. Thomas Aquinas first added to the Wikipedia page on the Principle of double effect?"
|
366 |
question = "What is the surname of the equine veterinarian mentioned in 1.E Exercises from the chemistry materials licensed by Marisa Alviar-Agnew & Henry Agnew under the CK-12 license in LibreText's Introductory Chemistry materials as compiled 08/21/2023?"
|
367 |
# Build the graph
|
368 |
-
graph = build_graph(provider="
|
369 |
# Run the graph
|
370 |
messages = [HumanMessage(content=question)]
|
371 |
messages = graph.invoke({"messages": messages})
|
|
|
365 |
#question = "When was a picture of St. Thomas Aquinas first added to the Wikipedia page on the Principle of double effect?"
|
366 |
question = "What is the surname of the equine veterinarian mentioned in 1.E Exercises from the chemistry materials licensed by Marisa Alviar-Agnew & Henry Agnew under the CK-12 license in LibreText's Introductory Chemistry materials as compiled 08/21/2023?"
|
367 |
# Build the graph
|
368 |
+
graph = build_graph(provider="groq")
|
369 |
# Run the graph
|
370 |
messages = [HumanMessage(content=question)]
|
371 |
messages = graph.invoke({"messages": messages})
|