-
Notifications
You must be signed in to change notification settings - Fork 9
notification unit test #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4a69e4a
23cc975
04af19e
ae2d599
05d64ef
0c0444f
4731e4a
c29d9e7
4e19c11
3516aea
f14cdea
3147656
ac6311d
b767945
59b71f6
2de7f7f
ab99eb6
6d484c8
2a453eb
53b0d99
f4dfb0f
0a81293
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Copyright (c) Microsoft. All rights reserved. | ||
|
||
|
|
||
| """ | ||
| Unit tests for Microsoft Agents A365 Notifications module. | ||
| """ | ||
|
Comment on lines
+1
to
+5
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Copyright (c) Microsoft. All rights reserved. | ||
|
||
|
|
||
| """ | ||
| Unit tests for Microsoft Agents A365 Notifications models. | ||
| """ | ||
|
Comment on lines
+1
to
+5
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removed environment variables
ASPNETCORE_ENVIRONMENTandDOTNET_ENVIRONMENTare referenced by "Kairo" in existing code files. According to custom guideline 1000000, the keyword "Kairo" should be removed or replaced with appropriate terminology. Multiple files in the codebase contain "Kairo" references including comments like "Kairo Python SDK", "Kairo tracer", "KairoInstrumentorOpenAIAgents" class names, and module descriptions mentioning "Kairo SDK". These should be updated to use Microsoft-appropriate terminology.