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.
The problem is that the API call for a model includes an encoded image if that image is present in the scenario. As such, the image is send in the prompt to all questions in the Survey---not just the intended one.
Possible solutions:
Require the prompt to explicitly mention image via {{ image }}
Include an "image = True" parameter in the question construction
I think 1 is better because it will make it easier later to turn these into human-readable surveys.
The problem is that the API call for a model includes an encoded image if that image is present in the scenario. As such, the image is send in the prompt to all questions in the Survey---not just the intended one.
Possible solutions:
I think 1 is better because it will make it easier later to turn these into human-readable surveys.