You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/references/on-your-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The response assistant message schema inherits from the chat completions assista
89
89
|`data_source_index`| integer | True | The index of the data source. |
90
90
|`original_search_score`| double | True | The original search score of the retrieved document. |
91
91
|`rerank_score`| double | False | The rerank score of the retrieved document. |
92
-
|`filter_reason`|[]| False | Represents the rationale for filtering the document. If the document does not undergo filtering, this field will remain unset. |
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. |
0 commit comments