Skip to content

Commit 6a882cb

Browse files
committed
Update prompt_response.ipynb
1 parent b9cb690 commit 6a882cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annotation_import/prompt_response.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@
380380
"source": [
381381
"## Step 2: Set up ontology\n",
382382
"\n",
383-
"Your project ontology should support the classifications required by your annotations. To ensure accurate schema feature mapping, the value used as the `name` parameter need to match the value of the `name` field in your annotation. \n",
383+
"Your project ontology needs to support the classifications required by your annotations. To ensure accurate schema feature mapping, the value used as the `name` parameter needs to match the value of the `name` field in your annotation. \n",
384384
"\n",
385-
"For example, if you provide a name`annotation_name` for your created annotation, you need to name the bounding box tool as `anotations_name` when setting up your ontology. The same alignment must hold true for the other tools and classifications that you create in the ontology.\n",
385+
"For example, if you provide a name `annotation_name` for your created annotation, you need to name the bounding box tool as `anotations_name` when setting up your ontology. The same alignment must hold true for the other tools and classifications that you create in the ontology.\n",
386386
"\n",
387387
"This example shows how to create an ontology containing all supported by prompt and response projects [annotation types](#supported-annotations)."
388388
]

0 commit comments

Comments
 (0)