MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / createImageBlock

Function createImageBlock

cli/src/utils/__tests__/block-processor.test.ts:49–58  ·  view source on GitHub ↗
(
  mediaType: string = 'image/png',
  image: string = 'base64data',
)

Source from the content-addressed store, hash-verified

47}
48
49function createImageBlock(
50 mediaType: string = 'image/png',
51 image: string = 'base64data',
52): ImageContentBlock {
53 return {
54 type: 'image',
55 mediaType,
56 image,
57 } as ImageContentBlock
58}
59
60function createImplementorAgent(
61 agentId: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected