Spaces:
Running
Running
File size: 393 Bytes
79b94f8 |
1 2 3 4 5 6 7 8 9 10 11 |
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.
Example:
prompt: Alice is Bob's roommate. Bob is Charlie's friend.
updates:
[["Alice", "roommate", "Bob"], ["Bob", "friend", "Charlie"]]
prompt: $prompt
updates: |