Skip to content

Commit f750930

Browse files
committed
Add hosted agent configuration to .env.template and create .gitignore for update-env-vars
1 parent 1918230 commit f750930

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

sdk/ai/azure-ai-projects/.env.template

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ A2A_USER_INPUT=
5757
AZURE_TEST_RUN_LIVE=false
5858
AZURE_SKIP_LIVE_RECORDING=true
5959

60+
#Used by hosted agent
61+
FOUNDRY_HOSTED_AGENT_NAME=
62+
6063
# Used in Fine-tuning tests
6164
COMPLETED_OAI_MODEL_SFT_FINE_TUNING_JOB_ID=
6265
COMPLETED_OAI_MODEL_RFT_FINE_TUNING_JOB_ID=
@@ -88,6 +91,6 @@ RUN_EXTENDED_FINE_TUNING_LIVE_TESTS=false
8891
# - SAMPLE_TEST_ERROR_LOG: Sample crashed with an exception during execution
8992
# - SAMPLE_TEST_FAILED_LOG: Sample ran successfully but LLM validation failed (incorrect output)
9093
# - SAMPLE_TEST_PASSED_LOG: Sample ran successfully and LLM validation passed (correct output)
91-
# SAMPLE_TEST_PASSED_LOG=<sample_filename>_success_<timestamp>.log
92-
# SAMPLE_TEST_FAILED_LOG=<sample_filename>_failed_<timestamp>.log
93-
# SAMPLE_TEST_ERROR_LOG=<sample_filename>_errors_<timestamp>.log
94+
SAMPLE_TEST_PASSED_LOG=<sample_filename>_success_<timestamp>.log
95+
SAMPLE_TEST_FAILED_LOG=<sample_filename>_failed_<timestamp>.log
96+
SAMPLE_TEST_ERROR_LOG=<sample_filename>_errors_<timestamp>.log
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)