Table of Contents

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

string

ConversationId

The FoundationaLLM conversation identifier tag.

public const string ConversationId = "FoundationaLLM-ConversationId"

Field Value

string

FileId

The FoundationaLLM file id.

public const string FileId = "FoundationaLLM-FileId"

Field Value

string

FileProvider

The FoundationaLLM file provider.

public const string FileProvider = "FoundationaLLM-FileProvider"

Field Value

string

InstanceId

The FoundationaLLM instance identifier tag.

public const string InstanceId = "FoundationaLLM-InstanceId"

Field Value

string

OperationId

The FoundationaLLM operation identifier tag.

public const string OperationId = "FoundationaLLM-OperationId"

Field Value

string

UPN

The FoundationaLLM user principal name tag.

public const string UPN = "FoundationaLLM-UPN"

Field Value

string

UserId

The FoundationaLLM user identifier tag.

public const string UserId = "FoundationaLLM-UserId"

Field Value

string