img_utils
autogen.agentchat.contrib.img_utils.extract_img_paths
extract_img_paths
Extract image paths (URLs or local paths) from a text paragraph.
Parameters: paragraph (str): The input text paragraph.
Returns: list: A list of extracted image paths.
Parameters:Name | Description |
---|---|
paragraph | Type: str |
Type | Description |
---|---|
list | list: A list of extracted image paths. |