edsl icon indicating copy to clipboard operation
edsl copied to clipboard

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.

Results 250 edsl issues
Sort by recently updated
recently updated
newest added

Line 15 should be changed to \[ \\] https://github.com/goemeritus/edsl/blob/7bbc5e13e448a376d8669473a2217e2bbb95f831/edsl/prompts/library/question_list.py#L6-L22 Currently, this code is returning None responses due to failing in the answer validation process. ```python from edsl.questions import QuestionList question_text...

bug

URL is here: https://docs.google.com/spreadsheets/d/1SAO3Bhntefl0XQHJv27rMxpvu6uzKDWNXFHRa7jrUDs/edit#gid=0

If only some of my survey questions have scenarios, the non-parameterized questions do not need to be repeated but they currently are. Example code to reproduce this: ``` from edsl...

enhancement

This can be useful where I have different agents answering the same survey with different scenarios and want to store the results altogether. Currently, it does not work to do...

enhancement

It can be useful to have the agent return a dictionary (eg agent traits) but this is not addressed with existing question type prompts. Eg trying to manipulate QuestionFreeText to...

enhancement

There should be a way to pass an image and questions about it

enhancement