MCPcopy Create free account
hub / github.com/simstudioai/sim / docBlock

Function docBlock

apps/sim/lib/workspaces/fork/remap/remap-references.test.ts:375–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373
374describe('createForkBootstrapTransform document-selector remap', () => {
375 const docBlock = () =>
376 blockWith([
377 { id: 'knowledgeBaseId', title: 'KB', type: 'knowledge-base-selector' },
378 { id: 'documentId', title: 'Doc', type: 'document-selector', dependsOn: ['knowledgeBaseId'] },
379 ])
380 const subBlocks = (): SubBlockRecord => ({
381 knowledgeBaseId: { id: 'knowledgeBaseId', type: 'knowledge-base-selector', value: 'kb-src' },
382 documentId: { id: 'documentId', type: 'document-selector', value: 'doc-src' },

Callers 1

Calls 1

blockWithFunction · 0.70

Tested by

no test coverage detected