Skip to content

Commit 4bc788f

Browse files
committed
Removed $ from queries
1 parent ee218fa commit 4bc788f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/structured-processing/agent-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When an agent receives a question about structured data:
6161
Here's an example of querying pie data stored in TrustGraph:
6262

6363
```bash
64-
$ tg-invoke-agent -f obj-ex -q 'Which pies are larger than 20cm diameter?'
64+
tg-invoke-agent -f obj-ex -q 'Which pies are larger than 20cm diameter?'
6565
```
6666

6767
**Agent Response:**
@@ -93,7 +93,7 @@ Flamiche aux Poireaux
9393
Here's an example showing the agent handling a French language query:
9494

9595
```bash
96-
$ tg-invoke-agent -f obj-ex -v -q 'Quelles tartes utilisent une technique de pâtisserie Pâte Brisée?'
96+
tg-invoke-agent -f obj-ex -v -q 'Quelles tartes utilisent une technique de pâtisserie Pâte Brisée?'
9797
```
9898

9999
**Agent Response:**
@@ -130,7 +130,7 @@ Flamiche aux Poireaux.
130130
For comparison, the same query works directly with `tg-invoke-structured-query` when the data exists:
131131

132132
```bash
133-
$ tg-invoke-structured-query -f obj-ex --collection fr-pies \
133+
tg-invoke-structured-query -f obj-ex --collection fr-pies \
134134
-q 'Quelles tartes utilisent une technique de pâtisserie Pâte Brisée? Quel serait son prix?'
135135

136136
+------------------------+--------------------+

0 commit comments

Comments
 (0)