Connor Adams
Add tester
b528a04
raw
history blame
115 Bytes
from agent import BasicAgent
agent = BasicAgent()
result = agent("What is the capital of France?")
print(result)