mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-09 13:47:14 +00:00
94ec0a0689
Fixes #312 Root cause: During flow creation the first LLM call selects the primary Docker image. When the configured LLM backend is unsupported or returns 404, prv.Call fails, but the wrapped error read "failed to get primary docker image". Users repeatedly interpreted this as a Docker problem (see #312, #309, #203) and debugged Docker instead of their LLM provider configuration. Solution: Reword the wrapped error to "failed to select primary docker image via llm call" so the LLM provider is identified as the failing component while still mentioning the image selection step. Testing: go build ./pkg/providers/ -> OK