AxDBQueryResponse
type AxDBQueryResponse = object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/db/types.ts#L27
Properties
matches
matches: object[];
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/db/types.ts#L28
id
id: string;
metadata?
optional metadata: Record<string, string>;
score
score: number;
table?
optional table: string;