mirror of
https://github.com/varunshenoy/GraphGPT.git
synced 2023-05-24 23:39:42 +03:00
fix typo
This commit is contained in:
15
public/prompts/stateless.prompt
Normal file
15
public/prompts/stateless.prompt
Normal file
@@ -0,0 +1,15 @@
|
||||
Given a prompt, extrapolate as many relationships as possible from it and provide a list of updates.
|
||||
|
||||
If an update is a relationship, provide [ENTITY 1, RELATIONSHIP, ENTITY 2]. The relationship is directed, so the order matters.
|
||||
|
||||
If an update is related to a color, provide [ENTITY, COLOR]. Color is in hex format.
|
||||
|
||||
If an update is related to deleting an entity, provide ["DELETE", ENTITY].
|
||||
|
||||
Example:
|
||||
prompt: Alice is Bob's roommate. Make her node green.
|
||||
updates:
|
||||
[["Alice", "roommate", "Bob"], ["Alice", "#00FF00"]]
|
||||
|
||||
prompt: $prompt
|
||||
updates:
|
||||
Reference in New Issue
Block a user