Skip to content

Commit 2533577

Browse files
examples(haystack): clarify Azure example skip message to retrigger CI
Co-Authored-By: Alex <meta.alex.r@gmail.com>
1 parent af1af76 commit 2533577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/haystack/azure_haystack_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def main():
88
agentops.init(os.getenv("AGENTOPS_API_KEY"))
99

1010
if not os.getenv("AZURE_OPENAI_API_KEY") or not os.getenv("AZURE_OPENAI_ENDPOINT"):
11-
print("Skipping Azure example: missing AZURE_OPENAI_API_KEY or AZURE_OPENAI_ENDPOINT")
11+
print("Skipping Azure example: missing AZURE_OPENAI_API_KEY or AZURE_OPENAI_ENDPOINT (CI-safe skip)")
1212
return
1313

1414
tracer = agentops.start_trace(

0 commit comments

Comments
 (0)