mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
debug meta-ref types
This commit is contained in:
parent
07806f85c7
commit
332283500a
1 changed files with 2 additions and 0 deletions
|
@ -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)}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue