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