Type Alias RetrievalScopedKeyValueListPair
RetrievalScopedKeyValueListPair: {
key: string;
scope?: "repository" | "document" | "chunk";
value: string[];
} & Record<string, any>
Type Declaration
key: string
Optionalscope?: "repository" | "document" | "chunk"
value: string[]
Representation of the 'RetrievalScopedKeyValueListPair' schema.