Class MemorySearchResult
public record MemorySearchResult : IEquatable<MemorySearchResult>
- Inheritance
-
MemorySearchResult
- Implements
- Inherited Members
Properties
Content
public string Content { get; init; }
Property Value
CreatedAt
public DateTimeOffset? CreatedAt { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Metadata
public IDictionary<string, string> Metadata { get; init; }
Property Value
Score
public double Score { get; init; }