Class ContextServiceResponse
- Namespace
- FoundationaLLM.Common.Models.Context
- Assembly
- FoundationaLLM.Common.dll
Represents a response from the FoundationaLLM Context API.
public class ContextServiceResponse
- Inheritance
-
ContextServiceResponse
- Derived
- Inherited Members
- Extension Methods
Properties
ErrorMessage
Gets or sets the error message if the operation was not successful.
[JsonPropertyName("error_message")]
public string? ErrorMessage { get; set; }
Property Value
Success
Gets or sets a value indicating whether the operation was successful.
[JsonPropertyName("success")]
public required bool Success { get; set; }