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/search/cognitive-search-skill-annotation-language.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
- ignite-2023
11
11
- build-2024
12
12
ms.topic: reference
13
-
ms.date: 04/15/2025
13
+
ms.date: 07/14/2025
14
14
---
15
15
# Skill context and input annotation language
16
16
@@ -106,8 +106,13 @@ Specific elements of an array can be referenced by using their numeric index lik
106
106
107
107
### Escape sequences
108
108
109
-
There are two characters that have special meaning and need to be escaped if they appear in an expression and must be interpreted as is instead of as their special meaning: `'/'` and `'~'`.
110
-
Those characters must be escaped respectively as `'~0'` and `'~1'`.
109
+
There are three characters that have a special meaning and need to be escaped if they are to be interpreted as-is instead of a syntax element:
0 commit comments