Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agent/startup-simulator-3000/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def generate_startup():

except Exception as e:
print(f"Error generating startup: {e}")
return jsonify({"error": str(e)}), 500
return jsonify({"error": "An internal error occurred. Please try again."}), 500


async def run_agent(industry: str, audience: str, random_word: str, mode: str = "silly") -> str:
Expand Down
Loading