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:
61
61
Here's an example of querying pie data stored in TrustGraph:
62
62
63
63
``` 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?'
65
65
```
66
66
67
67
** Agent Response:**
@@ -93,7 +93,7 @@ Flamiche aux Poireaux
93
93
Here's an example showing the agent handling a French language query:
94
94
95
95
``` 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?'
97
97
```
98
98
99
99
** Agent Response:**
@@ -130,7 +130,7 @@ Flamiche aux Poireaux.
130
130
For comparison, the same query works directly with ` tg-invoke-structured-query ` when the data exists:
131
131
132
132
``` bash
133
- $ tg-invoke-structured-query -f obj-ex --collection fr-pies \
133
+ tg-invoke-structured-query -f obj-ex --collection fr-pies \
134
134
-q ' Quelles tartes utilisent une technique de pâtisserie Pâte Brisée? Quel serait son prix?'
135
135
136
136
+------------------------+--------------------+
You can’t perform that action at this time.
0 commit comments