(kbId: string)
| 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({ |