Skip to content

Commit df8a540

Browse files
committed
placeholders
1 parent eaf6ec6 commit df8a540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/openai/reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@ The following parameters are used inside of the `fieldsMapping` field.
518518

519519
```json
520520
"fieldsMapping": {
521-
"titleField": "productName",
522-
"urlField": "productUrl",
523-
"filepathField": "productFilePath",
521+
"titleField": "myTitleField",
522+
"urlField": "myUrlField",
523+
"filepathField": "myFilePathField",
524524
"contentFields": [
525-
"productDescription"
525+
"myContentField"
526526
],
527527
"contentFieldsSeparator": "\n"
528528
}

0 commit comments

Comments
 (0)