Class TelemetryActivityTagNames
- Namespace
- FoundationaLLM.Common.Constants.Telemetry
- Assembly
- FoundationaLLM.Common.dll
Provides the names of the tags used in telemetry activities.
public static class TelemetryActivityTagNames
- Inheritance
-
TelemetryActivityTagNames
- Inherited Members
Fields
AgentName
The FoundationaLLM agent name.
public const string AgentName = "FoundationaLLM-AgentName"
Field Value
ConversationId
The FoundationaLLM conversation identifier tag.
public const string ConversationId = "FoundationaLLM-ConversationId"
Field Value
FileId
The FoundationaLLM file id.
public const string FileId = "FoundationaLLM-FileId"
Field Value
FileProvider
The FoundationaLLM file provider.
public const string FileProvider = "FoundationaLLM-FileProvider"
Field Value
InstanceId
The FoundationaLLM instance identifier tag.
public const string InstanceId = "FoundationaLLM-InstanceId"
Field Value
OperationId
The FoundationaLLM operation identifier tag.
public const string OperationId = "FoundationaLLM-OperationId"
Field Value
UPN
The FoundationaLLM user principal name tag.
public const string UPN = "FoundationaLLM-UPN"
Field Value
UserId
The FoundationaLLM user identifier tag.
public const string UserId = "FoundationaLLM-UserId"