Skip to content

Commit 73165a6

Browse files
authored
Update filter-functions.md
1 parent 14cf985 commit 73165a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/filter-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,12 @@ Encode data into Base64 encoded string. When an encoded string is passed as inpu
443443
#### `estimatedReviewTime`
444444

445445
Returns the estimated review time in minutes based on an ML model.
446-
The model prediction is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..)
446+
The model estimation is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..)
447447

448448
!!! note
449449

450450
The `estimatedReviewTime` filter function calls gitStream app API with the `branch` context to calculate the estimated review time value.
451451

452-
The following files are excluded when calculating this value:
453-
454452
<div class="filter-details" markdown=1>
455453

456454
| Argument | Usage | Type | Description |

0 commit comments

Comments
 (0)