Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions sdk/ai/azure-ai-projects/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ A2A_USER_INPUT=
AZURE_TEST_RUN_LIVE=false
AZURE_SKIP_LIVE_RECORDING=true

#Used by hosted agent
FOUNDRY_HOSTED_AGENT_NAME=

# Used in Fine-tuning tests
COMPLETED_OAI_MODEL_SFT_FINE_TUNING_JOB_ID=
COMPLETED_OAI_MODEL_RFT_FINE_TUNING_JOB_ID=
Expand Down Expand Up @@ -88,6 +91,6 @@ RUN_EXTENDED_FINE_TUNING_LIVE_TESTS=false
# - SAMPLE_TEST_ERROR_LOG: Sample crashed with an exception during execution
# - SAMPLE_TEST_FAILED_LOG: Sample ran successfully but LLM validation failed (incorrect output)
# - SAMPLE_TEST_PASSED_LOG: Sample ran successfully and LLM validation passed (correct output)
# SAMPLE_TEST_PASSED_LOG=<sample_filename>_success_<timestamp>.log
# SAMPLE_TEST_FAILED_LOG=<sample_filename>_failed_<timestamp>.log
# SAMPLE_TEST_ERROR_LOG=<sample_filename>_errors_<timestamp>.log
SAMPLE_TEST_PASSED_LOG=<sample_filename>_success_<timestamp>.log
SAMPLE_TEST_FAILED_LOG=<sample_filename>_failed_<timestamp>.log
SAMPLE_TEST_ERROR_LOG=<sample_filename>_errors_<timestamp>.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore