Hey guys - does Helicone support logging of messages with multiple text parts? I'm sending in something that looks like
{
type: 'text',
text: '<student_answer_question_part1>1</student_answer_question_part1>'
},
{
type: 'text',
text: '<student_answer_question_part2>2</student_answer_question_part2>'
},
In the message and it seems to be received and understood by the LLM, but only the first text part is being logged in Helicone.