GAIA_agent / utils /functions.py
ItzRoBeerT's picture
First commit
99c4fdf
raw
history blame contribute delete
267 Bytes
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