MCPcopy
hub / github.com/simstudioai/sim / knowledgeTool

Function knowledgeTool

apps/sim/lib/workflows/comparison/compare.test.ts:596–602  ·  view source on GitHub ↗
(kbId: string)

Source from the content-addressed store, hash-verified

594
595 describe('Block-based tool params (synthetic projection)', () => {
596 const knowledgeTool = (kbId: string) => ({
597 type: 'knowledge',
598 toolId: 'knowledge_search',
599 operation: 'search',
600 params: { knowledgeBaseSelector: kbId },
601 usageControl: 'auto',
602 })
603
604 it.concurrent('ignores synthetic tool subblocks present only in the current state', () => {
605 const current = createWorkflowState({

Callers 1

compare.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected