edsl
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.
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...
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...
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...
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...
There should be a way to pass an image and questions about it