mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
@@ -161,17 +161,6 @@ export function ContentFragments(props: {
|
||||
);
|
||||
|
||||
|
||||
case 'audio_ref':
|
||||
// unsupported for now
|
||||
return (
|
||||
<BlockPartError
|
||||
key={fId}
|
||||
errorText='Audio fragments are not supported yet.'
|
||||
messageRole={props.messageRole}
|
||||
contentScaling={props.contentScaling}
|
||||
/>
|
||||
);
|
||||
|
||||
case 'image_ref':
|
||||
return (
|
||||
<BlockPartImageRef
|
||||
|
||||
Reference in New Issue
Block a user