Troubleshooting
Missing placeholder
Section titled “Missing placeholder”If the business journey contains {card_number}, the inputs file must contain card_number:
card_number: "4421"OpenAI authentication error
Section titled “OpenAI authentication error”export OPENAI_API_KEY=...Findings cause a non-zero exit
Section titled “Findings cause a non-zero exit”Use this during exploration:
--no-fail-on-findingsIn CI, omit the flag so high and critical findings fail the job.
LLM judge is too slow or expensive
Section titled “LLM judge is too slow or expensive”--semantic-mode heuristicor:
--semantic-mode offHTTP agent cannot be reached
Section titled “HTTP agent cannot be reached”Start the example server:
uv run python -m examples.http_agents.banking_support_server --port 15580Then run:
uv run dialogassert run -c dialogassert.http.business-acceptance.yaml