MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / isRenderOnlyTool

Function isRenderOnlyTool

src/stores/aiChatChartBlocks.ts:35–37  ·  view source on GitHub ↗
(toolName?: string)

Source from the content-addressed store, hash-verified

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

Callers 6

sendMessageFunction · 0.90
editCurrentRoundOnlyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected