File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
guides/structured-processing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ When an agent receives a question about structured data:
6161Here'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
9393Here'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.
130130For 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+------------------------+--------------------+
You can’t perform that action at this time.
0 commit comments