Interface IOrchestrationContext
- Namespace
- FoundationaLLM.Common.Interfaces
- Assembly
- FoundationaLLM.Common.dll
Stores context information for the current HTTP request.
The CurrentUserIdentity stores a UnifiedUserIdentity object resolved from one or more services.
public interface IOrchestrationContext
- Extension Methods
Properties
CurrentUserIdentity
The current UnifiedUserIdentity object resolved from one or more services.
UnifiedUserIdentity? CurrentUserIdentity { get; set; }
Property Value
InstanceId
The unique identifier of the current FoundationaLLM deployment instance.
string? InstanceId { get; set; }