Hi everyone, We’re using Phoenix on our own servers, with traces sent via OpenTelemetry. We’d like to display the output of a tool call with Markdown formatting (lists, headings, etc.), but so far it only shows up as plain text. Is there any way to have Phoenix render Markdown in tool outputs? Or is this simply not supported yet in the open-source version? Thanks in advance!
💡 Hint: Mention RunLLM in the thread for followups.
I don't think those solutions work on spans of type tool. In fact, they are for type llm on roles "system" and "assistant". Our version is 11.2.2
I'm manually setting up spans with the corresponding attibutes like "openinference.span.kind": "TOOL". In the case of output, I'm just using "output.value" and "output.mime_type". But the only two values of the class OpenInferenceMimeTypeValues of openinference module are "text/plain" and "application/json", there is no "text/markdown" value (I'm also tried to force this value in case Phoenix can understand it).
Any update about it? I suspect that it is not possible right now, but I'm not completely sure.
Hi Fernando, sorry for the delay on this. looking into this right now
