Skip to content

Commit c8ceb62

Browse files
committed
fix
1 parent 94446de commit c8ceb62

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
@@ -66,7 +66,7 @@ The response assistant message schema inherits from the chat completions assista
6666
|Name | Type | Required | Description |
6767
|--- | --- | --- | --- |
6868
| `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. |
7070

7171
## Citation
7272

0 commit comments

Comments
 (0)