Class ContextServiceResponse<T>
- Namespace
 - FoundationaLLM.Common.Models.Context
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a response from the FoundationaLLM Context API.
public class ContextServiceResponse<T> : ContextServiceResponse where T : class
  Type Parameters
TThe type of the expected result.
- Inheritance
 - 
      
      
      ContextServiceResponse<T>
 
- Inherited Members
 
- Extension Methods
 
Properties
Result
Gets or sets the result of the operation.
[JsonPropertyName("result")]
public T? Result { get; set; }
  Property Value
- T