How to enable detailed logging of communication between Intella and LLM provider?

All prompts use used in Intella Assist that are send to the external LLM provider are stored in the [CASE]/logs/prompts folder. In some cases, especially when troubleshooting errors, more information is needed to establish the root cause.

To achieve this  you can turn on extended logging by setting OPENAI_LOG=debug environment variable in Windows:
1) Close Intella
2) Run Command Line (CMD) with admin rights
3) Type the command to create a Windows environment variable: "setx /M OPENAI_LOG debug"

From now on, Intella will log additional information in the case logs related with using Intella Assist.