expectedparrot / edsl

Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
https://docs.expectedparrot.com
MIT License
97 stars 14 forks source link

Create memory options for a repeated question #476

Open rbyh opened 1 month ago

rbyh commented 1 month ago

For example, if I want to prompt an agent to pick a random number 5 times in a row I can do this with QuestionList, but if I want to vary the number of prior responses in memory I do not have a way to add this rule to the individual question, I have to repeat the same question multiple times in a survey and then add the rule, which is inefficient, easy to mess up.

rbyh commented 1 month ago

Eg I want to do something like this:

image