fix: better n8n workflow, refs NOISSUE
This commit is contained in:
@@ -16,17 +16,14 @@ class TelegramHandler:
|
||||
lines = [
|
||||
"AI Software Factory is listening in this chat.",
|
||||
"",
|
||||
"Send prompts in this format:",
|
||||
"Name: Inventory Portal",
|
||||
"Description: Internal tool for stock management and purchase tracking",
|
||||
"Features:",
|
||||
"- role-based login",
|
||||
"- inventory dashboard",
|
||||
"- purchase order workflow",
|
||||
"Tech Stack:",
|
||||
"- fastapi",
|
||||
"- postgresql",
|
||||
"- nicegui",
|
||||
"You can send free-form software requests in normal language.",
|
||||
"",
|
||||
"Example:",
|
||||
"Build an internal inventory portal for our warehouse team.",
|
||||
"It should support role-based login, stock dashboards, and purchase orders.",
|
||||
"Prefer FastAPI, PostgreSQL, and a simple web UI.",
|
||||
"",
|
||||
"The backend will interpret the request and turn it into a structured project plan.",
|
||||
]
|
||||
if backend_url:
|
||||
lines.extend(["", f"Backend target: {backend_url}"])
|
||||
|
||||
Reference in New Issue
Block a user