debug meta-ref types

This commit is contained in:
Xi Yan 2024-12-30 14:27:59 -08:00
parent 07806f85c7
commit 332283500a

View file

@ -138,6 +138,8 @@ async def interleaved_content_convert_to_raw(
raise ValueError("Unsupported URL type")
else:
data = c.data
print("type of data", type(data))
return RawMediaItem(data=data)
else:
raise ValueError(f"Unsupported content type: {type(c)}")