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: app/prompts.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,5 @@
45
45
46
46
FIND_SUBSTANCES_PROMPT="""Find any substances in the query below.
47
47
Return a list of original words from text separated by ',' without spaces after ','. Do not separate one substance with ',' if it takes more than one word."""
48
+
49
+
GRAPH_PROMPT="Additional information below includes a subgraph displaying relations between those substances in iGraph format. Use it to form the response as a ground truth"
0 commit comments