Table of Contents

Class OrchestrationContext

Namespace
FoundationaLLM.Common.Models.Orchestration
Assembly
FoundationaLLM.Common.dll

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

public class OrchestrationContext : IOrchestrationContext
Inheritance
OrchestrationContext
Implements
Inherited Members
Extension Methods

Properties

CurrentUserIdentity

The current UnifiedUserIdentity object resolved from one or more services.

public UnifiedUserIdentity? CurrentUserIdentity { get; set; }

Property Value

UnifiedUserIdentity

InstanceId

The unique identifier of the current FoundationaLLM deployment instance.

public string? InstanceId { get; set; }

Property Value

string