Do you have an example of how to log messages to Arize OTEL ?
Jason
I followed the doc you linked
but I see this error:
WARNING:opentelemetry.attributes:Invalid type dict in attribute 'llm.input_messages' value sequence. Expected one of ['bool', 'str', 'bytes', 'int', 'float']
code:
span.set_attribute(SpanAttributes.LLM_INPUT_MESSAGES, "<input_messages>") # List of messages sent to the LLM in a chat API request, [{"message.role": "user", "message.content": "hello"}]