Spaces:
Running
Running
from smolagents import tool | |
def about_atlasia() -> str: | |
""" | |
Atlasia Information Retrieval. | |
""" | |
with open("atlasia.txt","r") as file: | |
content = file.read() | |
file.close() | |
return content |