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