Skip to content

Commit 3a42b19

Browse files
committed
fix
1 parent 3fa7024 commit 3a42b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +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] 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`. |
92+
| `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`. |
9393

9494
## Data source
9595

0 commit comments

Comments
 (0)