Skip to content

Commit 3fa7024

Browse files
committed
updating param
1 parent 03fad57 commit 3fa7024

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/ai-services/openai/references/on-your-data.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,7 @@ The response assistant message schema inherits from the chat completions assista
8989
| `data_source_index` | integer | True | The index of the data source. |
9090
| `original_search_score` | double | True | The original search score of the retrieved document. |
9191
| `rerank_score` | double | False | The rerank score of the retrieved document. |
92-
| `filter_reason` | [Filter reason](#filter-reason)[] | False | Represents the rationale for filtering the document. If the document does not undergo filtering, this field will remain unset. |
93-
94-
## Filter reason
95-
96-
|Name | Type | Required | Description |
97-
|--- | --- | --- | --- |
98-
| `filterReason` | string | False | The filtering reason of the retrieved document. Will be `score` if the document is filtered by original search score threshold defined by `strictness`. Will be `rerank` if the document is not filtered by original search score threshold, but is filtered by rerank score and `top_n_documents`. |
99-
100-
92+
| `filter_reason` | [Filter reason] string | False | Represents the rationale for filtering the document. If the document does not undergo filtering, this field will remain unset. Will be `score` if the document is filtered by original search score threshold defined by `strictness`. Will be `rerank` if the document is not filtered by original search score threshold, but is filtered by rerank score and `top_n_documents`. |
10193

10294
## Data source
10395

0 commit comments

Comments
 (0)