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
176 stars 18 forks source link

Add ability to use scenarios for question_options #576

Open rbyh opened 4 months ago

rbyh commented 4 months ago

Eg, I am running a question where I prompt the agent to take a list and condense it into a set of answer options that I use in the follow-on question. But I am not able to input them in the new question as scenarios, as that only works for the question text.

Consider this together with piping.

johnjosephhorton commented 4 months ago

Can you give an example of the syntax you’d like to use here?

On Wed, May 29, 2024 at 5:37 PM Robin Yerkes Horton < @.***> wrote:

Assigned #576 https://github.com/expectedparrot/edsl/issues/576 to @johnjosephhorton https://github.com/johnjosephhorton.

— Reply to this email directly, view it on GitHub https://github.com/expectedparrot/edsl/issues/576#event-12977562518, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADDNMTNOGR7GUZ75FGMB23ZEZDATAVCNFSM6AAAAABIPXQT6CVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSHE3TONJWGI2TCOA . You are receiving this because you were assigned.Message ID: @.***>

rbyh commented 4 months ago

Eg the response to QuestionList is a list. I want to pipe that into the follow on question as a scenario of the question_options, not just a list that I input.