MCPcopy
hub / github.com/CopilotKit/CopilotKit / addRenderToolCall

Method addRenderToolCall

packages/angular/src/lib/copilotkit.ts:292–294  ·  view source on GitHub ↗
(renderConfig: RenderToolCallConfig)

Source from the content-addressed store, hash-verified

290 }
291
292 addRenderToolCall(renderConfig: RenderToolCallConfig): void {
293 this.#toolCallRenderConfigs.update((current) => [...current, renderConfig]);
294 }
295
296 addRenderActivityMessage(renderConfig: RenderActivityMessageConfig): void {
297 this.#activityMessageRenderConfigs.update((current) => [

Callers 3

constructorMethod · 0.95
registerRenderToolCallFunction · 0.80
copilotkit.spec.tsFile · 0.80

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected