Spaces:
Runtime error
Runtime error
File size: 115 Bytes
b528a04 |
1 2 3 4 5 6 7 |
from agent import BasicAgent
agent = BasicAgent()
result = agent("What is the capital of France?")
print(result) |