mirror of
https://github.com/hexastack/hexabot
synced 2025-05-05 13:24:37 +00:00
fix: update doc comment of aggregateWithCount method
This commit is contained in:
parent
e592a781b3
commit
f18c061888
@ -123,10 +123,10 @@ export class NlpValueRepository extends BaseRepository<
|
|||||||
/**
|
/**
|
||||||
* Performs an aggregation to retrieve NLP values with their sample counts.
|
* Performs an aggregation to retrieve NLP values with their sample counts.
|
||||||
*
|
*
|
||||||
|
* @param format - The format can be full or stub
|
||||||
* @param pageQuery - The pagination parameters
|
* @param pageQuery - The pagination parameters
|
||||||
* @param filterQuery - The filter criteria
|
* @param filterQuery - The filter criteria
|
||||||
* @param populatePipelineStages - Optional additional pipeline stages for populating related data
|
* @returns Aggregated Nlp Value results with sample counts
|
||||||
* @returns Aggregated results with sample counts
|
|
||||||
*/
|
*/
|
||||||
private async aggregateWithCount<F extends Format>(
|
private async aggregateWithCount<F extends Format>(
|
||||||
format: F,
|
format: F,
|
||||||
|
Loading…
Reference in New Issue
Block a user