Table of Contents

Class MemorySearchResult

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record MemorySearchResult : IEquatable<MemorySearchResult>
Inheritance
MemorySearchResult
Implements
Inherited Members

Properties

Content

public string Content { get; init; }

Property Value

string

CreatedAt

public DateTimeOffset? CreatedAt { get; init; }

Property Value

DateTimeOffset?

Id

public string Id { get; init; }

Property Value

string

Metadata

public IDictionary<string, string> Metadata { get; init; }

Property Value

IDictionary<string, string>

Score

public double Score { get; init; }

Property Value

double