(toolName?: string)
| 33 | } |
| 34 | |
| 35 | export function isRenderOnlyTool(toolName?: string): boolean { |
| 36 | return toolName === 'render_chart' |
| 37 | } |
| 38 | |
| 39 | export function createRenderOnlyToolPendingBlock( |
| 40 | toolName: string | undefined, |
no outgoing calls
no test coverage detected