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

```bash Question options must be all same type (got [2, 3, 4, 5, 6, 7, 8, 9, '10 = Extremely Likely', '1 = Extremely Unlikely']).) Error with question dv14_7 ```...

bug

This is from litllm and looks good:

Our objects could have a .describe() — makes an LLM call to get a description of what this object is about. Very useful in itself, but also we can embed...

enhancement

Expected behavior: An exception is thrown when the model does not provide a response to a question. Actual behavior: `QuestionMultipleChoice` and `QuestionCheckBox` allow "None" response: Code to reproduce: ``` from...

bug

When you use `ScenarioList._from_pdf_to_image()` there is no column in the results for the page numbers of the images. This means you do not have a direct way of inspecting results.

enhancement