Spaces:
Runtime error
Runtime error
| 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 |