MCPcopy Create free account
hub / github.com/bugy/script-server / inline_image

Function inline_image

src/tests/file_download_feature_test.py:428–429  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

426
427
428def inline_image(path):
429 return {'type': 'inline-image', 'path': path}
430
431
432class TestInlineImages(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected