AI Assistant generates irrelevant Variant titles (e.g., "Coolify") that do not match the generated Compose file
To Reproduce
Open the AI Assistant in Dokploy.
Select a high-reasoning model (e.g., GPT 5.1/Gemini 3 Pro).
Enter the prompt: "deploy sendingtk/chatwoot:develop image with all services included, database and such"
Observe the suggested variants.
Current vs. Expected behavior
Current behavior: The AI generates variants with titles that are completely unrelated to the requested application (Chatwoot), such as "Coolify", "CapRover", or "Portainer Community Edition." This happens even when the actual docker-compose content inside those variants is correct (e.g., it correctly sets up Chatwoot services). The titles seem to be defaulting to a hardcoded list of PaaS names or hallucinated examples rather than describing the actual content.
Expected behavior: The title of each variant should accurately reflect the content of the generated docker-compose file (e.g., "Chatwoot Dev", "Chatwoot with Postgres", "Full Stack Setup"). The AI should parse the response to generate titles that describe the architecture it created, rather than assigning unrelated project names.
Provide environment information
Operating System: Ubuntu 22.04 Minimal (Jammy)
Arch: x86_64 (amd64)
VPS Provider: Google Cloud Platform (GCP) - e2-medium
Dokploy version: v0.25.10
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help