MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / bindForPost

Method bindForPost

packages/bot/src/thread.ts:81–83  ·  view source on GitHub ↗
(ui: Renderable)

Source from the content-addressed store, hash-verified

79 }
80
81 private async bindForPost(ui: Renderable) {
82 return this.deps.registry.bindRenderable(ui, this.deps.conversationKey);
83 }
84
85 /**
86 * Wire a posted message's `onReaction` to its returned id: cache it for this

Callers 3

postMethod · 0.95
updateMethod · 0.95
postEphemeralMethod · 0.95

Calls 1

bindRenderableMethod · 0.80

Tested by

no test coverage detected