AnanyTiwari's picture
Upload 8 files
e8f38e4 verified
Raw
History Blame Contribute Delete
132 Bytes
from agent import CustomAgent
agent = CustomAgent()
result = agent.run({"question": "What is the capital of India?"})
print(result)