def load_system_prompt(): try: with open("prompt.md", "r") as file: return file.read() except Exception as e: print(f"Error loading system prompt: {str(e)}") return "You are GAIA, a helpful AI assistant." # Fallback prompt