verifiers icon indicating copy to clipboard operation
verifiers copied to clipboard

Prompt messages with list as content consumed in the first iteration

Open erkamkavak opened this issue 4 months ago • 0 comments

Hi, I guess this issue is very similar to following: https://github.com/PrimeIntellect-ai/verifiers/issues/244

I am trying to implement an environment which requires multimodal input. I am trying to provide list as content in the initial prompts(text and image). But this list is converted to Iterable object in ChatCompletionMessageParam and it is consumed in the first iteration. It sends empty messages in the following iterations.

erkamkavak avatar Oct 04 '25 20:10 erkamkavak