Add agent workflows & stuff
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const isRemoteImageUrl = (value: string | null | undefined) => {
|
||||
if (!value) return false;
|
||||
return value.startsWith('http://') || value.startsWith('https://');
|
||||
};
|
||||
Reference in New Issue
Block a user