File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
<< : [*memory]
31
31
command :
32
32
- create-entities
33
- - " {{raw}}"
33
+ - " {{raw|safe }}"
34
34
- name : " create_relations"
35
35
description : " Create multiple new relations between entities in the knowledge graph. Relations should be in active voice"
36
36
parameters :
50
50
<< : [*memory]
51
51
command :
52
52
- create-relations
53
- - " {{raw}}"
53
+ - " {{raw|safe }}"
54
54
- name : " add_observations"
55
55
description : " Add new observations to existing entities in the knowledge graph"
56
56
parameters :
73
73
<< : [*memory]
74
74
command :
75
75
- add-observations
76
- - " {{raw}}"
76
+ - " {{raw|safe }}"
77
77
- name : " delete_entities"
78
78
description : " Delete multiple entities and their associated relations from the knowledge graph"
79
79
parameters :
89
89
<< : [*memory]
90
90
command :
91
91
- delete-entities
92
- - " {{raw}}"
92
+ - " {{raw|safe }}"
93
93
- name : " delete_observations"
94
94
description : " Delete specific observations from entities in the knowledge graph"
95
95
parameters :
@@ -111,7 +111,7 @@ tools:
111
111
<< : [*memory]
112
112
command :
113
113
- delete-observations
114
- - " {{raw}}"
114
+ - " {{raw|safe }}"
115
115
- name : " delete_relations"
116
116
description : " Delete multiple relations from the knowledge graph"
117
117
parameters :
@@ -132,7 +132,7 @@ tools:
132
132
<< : [*memory]
133
133
command :
134
134
- delete-relations
135
- - " {{raw}}"
135
+ - " {{raw|safe }}"
136
136
- name : " read_graph"
137
137
description : " Read the entire knowledge graph"
138
138
parameters :
@@ -142,7 +142,7 @@ tools:
142
142
<< : [*memory]
143
143
command :
144
144
- read-graph
145
- - " {{raw}}"
145
+ - " {{raw|safe }}"
146
146
- name : " search_nodes"
147
147
description : " Search for nodes in the knowledge graph based on a query"
148
148
parameters :
@@ -156,7 +156,7 @@ tools:
156
156
<< : [*memory]
157
157
command :
158
158
- search-nodes
159
- - " {{raw}}"
159
+ - " {{raw|safe }}"
160
160
- name : " open_nodes"
161
161
description : " Open specific nodes in the knowledge graph by their names"
162
162
parameters :
@@ -172,7 +172,7 @@ tools:
172
172
<< : [*memory]
173
173
command :
174
174
- open-nodes
175
- - " {{raw}}"
175
+ - " {{raw|safe }}"
176
176
---
177
177
178
178
# prompt
You can’t perform that action at this time.
0 commit comments