Note:
OPENINFERENCE_HIDE_LLM_TOOLS is also applied when OPENINFERENCE_HIDE_INPUTS is enabled, consistent with how OPENINFERENCE_HIDE_INPUT_MESSAGES and OPENINFERENCE_HIDE_LLM_PROMPTS behave.
To set up this configuration you can either:
- Set environment variables as specified above
- Define the configuration in code as shown below
- Do nothing and fall back to the default values
-
Use a combination of the three, the order of precedence is:
-
Values set in the
TraceConfigin code - Environment variables
- default values
-
Values set in the
- Python
- TypeScript
- Go

