const filterValues: Filter[] = [];
filterValues.push({ name: 'spotId', value: args.spotId });
await rag.add(ctx, {
namespace: 'global',
title: args.title,
key: args.title,
filterValues,
text: args.text,
});
const filterValues: Filter[] = [];
filterValues.push({ name: 'spotId', value: args.spotId });
await rag.add(ctx, {
namespace: 'global',
title: args.title,
key: args.title,
filterValues,
text: args.text,
});