probe p4
Cause: Giskard's scan evaluates generated answers through its own internal OpenAI client, which read your `OPENAI_*` environment variables and ignored your Azure config, hence the missing engine/deployment_id. The fix was Azure support for the scan: set `AZURE_OPENAI_API_KEY`, `AZURE_OPENAI_ENDPOINT`, `OPENAI_API_VERSION`, and `GISKARD_SCAN_LLM_MODEL` (see the maintainer's PR linked on the issue). Note the judge still needs a function-calling-capable model, so GPT-4 is recommended.