#
# Environment variables required for running tests.
#
# All values should be empty by default. Fill them in locally before running live tests on your dev box,
# but do not commit these changes to the repository.
#
########################################################################################################################
# Agents tests
#
AZURE_AI_AGENTS_TESTS_PROJECT_ENDPOINT=
AZURE_AI_AGENTS_TESTS_DATA_PATH=
AZURE_AI_AGENTS_TESTS_STORAGE_QUEUE=
AZURE_AI_AGENTS_TESTS_SEARCH_INDEX_NAME=
AZURE_AI_AGENTS_TESTS_SEARCH_CONNECTION_ID=
AZURE_AI_AGENTS_TESTS_IS_TEST_RUN=
|