Correlations between LLM requests #7342
Closed
code-junkie-403
started this conversation in
General
Replies: 1 comment
-
|
@code-junkie-403 If you are interested in .NET, you can use log scopes to attach correlation ID to each log that's created during the same operation: If you need programmatic access to correlation ID, you can use traces and activities: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are using a custom HTTP handler to track all LLM requests in each plugin. I'd like to check if there's a correlation ID we can use to link them together? Eg SK triggers Plugin1 -> Plugin2 -> Plugin3, we'd like to correlate all the LLM requests made by these plugins.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions