You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
activity.SetTag("gen_ai.prompt.2.content","The capital of France is Paris. It is located in the north-central part of the country and is known for its art, culture, and history.");
activity.SetTag("gen_ai.completion.1.message.content","The capital of Germany is Berlin. It is located in the northeastern part of the country and serves as the political and cultural center.");
Copy file name to clipboardExpand all lines: playground/Stress/Stress.AppHost/Program.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@
88
88
serviceBuilder.WithHttpCommand("/nested-trace-spans","Out of order nested spans",commandOptions:new(){Method=HttpMethod.Get,IconName="ContentViewGalleryLightning"});
89
89
serviceBuilder.WithHttpCommand("/exemplars-no-span","Examplars with no span",commandOptions:new(){Method=HttpMethod.Get,IconName="ContentViewGalleryLightning"});
90
90
serviceBuilder.WithHttpCommand("/genai-trace","Gen AI trace",commandOptions:new(){Method=HttpMethod.Get,IconName="ContentViewGalleryLightning"});
91
+
serviceBuilder.WithHttpCommand("/genai-langchain-trace","Gen AI LangChain trace",commandOptions:new(){Method=HttpMethod.Get,IconName="ContentViewGalleryLightning"});
91
92
serviceBuilder.WithHttpCommand("/genai-trace-display-error","Gen AI trace display error",commandOptions:new(){Method=HttpMethod.Get,IconName="ContentViewGalleryLightning"});
0 commit comments