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
@@ -66,7 +66,7 @@ The response assistant message schema inherits from the chat completions assista
66
66
|Name | Type | Required | Description |
67
67
|--- | --- | --- | --- |
68
68
|`citations`|[Citation](#citation)[]| False | The data source retrieval result, used to generate the assistant message in the response. Clients can render references from the citations. |
69
-
|`intent`| string | False | The detected intent from the chat history. This is deprecated. |
69
+
|`intent`| string | False | The detected intent from the chat history. Passing back the previous intent is no longer needed. Please ignore this property. |
0 commit comments