fix: update Knowledge Api doc: 【Update a Chunk in a Document】 (#15823)

This commit is contained in:
過世秋風 2025-03-14 16:45:20 +08:00 committed by GitHub
parent 84a866028a
commit 98bd79f548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1313,7 +1313,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```json {{ title: 'Response' }}
{ {
"data": [{ "data": {
"id": "", "id": "",
"position": 1, "position": 1,
"document_id": "", "document_id": "",
@ -1337,7 +1337,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
"completed_at": 1695312007, "completed_at": 1695312007,
"error": null, "error": null,
"stopped_at": null "stopped_at": null
}], },
"doc_form": "text_model" "doc_form": "text_model"
} }
``` ```

View File

@ -1319,7 +1319,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
<CodeGroup title="Response"> <CodeGroup title="Response">
```json {{ title: 'Response' }} ```json {{ title: 'Response' }}
{ {
"data": [{ "data": {
"id": "", "id": "",
"position": 1, "position": 1,
"document_id": "", "document_id": "",
@ -1343,7 +1343,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
"completed_at": 1695312007, "completed_at": 1695312007,
"error": null, "error": null,
"stopped_at": null "stopped_at": null
}], },
"doc_form": "text_model" "doc_form": "text_model"
} }
``` ```