Thanks 馃敀[private user] for responding quickly!
Yes, I want this to look like an input dropdown.
Do I use "llm.input_messages" key in
span.set_attribute(
"llm.input_messages",
[{"message.role": msg.role, "message.content": msg.content} for msg in chat_history],
)
I get a type error on the attribute value part.