mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
9355329dfd
* updated structure and samples * updated names and removed cross tests * updated projects etc * updated tests * updated test * test fixes * removed devui for now * updated all-tests task * removed old style configs * remove coverage from tests * updated to unit tests with all-tests * updated foundry everywhere * fix azure ai tests * fix merge tests * fix mypy
13 lines
324 B
Bash
13 lines
324 B
Bash
# Connector environment variables
|
|
# Azure AI
|
|
# see ../../../env.example for details
|
|
# OpenAI
|
|
# see ../../../env.example for details
|
|
|
|
# Otel specific variables
|
|
APPLICATIONINSIGHTS_CONNECTION_STRING="..."
|
|
APPLICATIONINSIGHTS_LIVE_METRICS=true
|
|
OTLP_ENDPOINT="http://localhost:4317/"
|
|
ENABLE_OTEL=true
|
|
ENABLE_SENSITIVE_DATA=true
|