This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The A::B system uses 4 tokens: 'A#', '#A', 'B#', '#B'. | |
The user will give a set of such tokens within the <problem></problem> tags. You should begin by transforming the tokens following these rules: | |
A# becomes Apple | |
#A becomes Orange | |
B# becomes Pear | |
#B becomes Banana | |
This will produce a set 'problem' within the fruit system, which you should state in its entirety. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER: ironchariot | |
MODEL: claude-3-opus-20240229 | |
PROMPT: | |
The A::B system uses 4 tokens: 'A#', '#A', 'B#', '#B'. | |
The user will give a set of such tokens within the <problem></problem> tags. You should begin by transforming the tokens following these rules: | |
A# becomes Apple | |
#A becomes Orange | |
B# becomes Pear | |
#B becomes Banana |