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

Method react

packages/bot-ui/src/types.ts:99–99  ·  view source on GitHub ↗

Add an emoji reaction to a message (capability-gated; `{ ok: false }` on surfaces without support).

(
    messageRef: MessageRef,
    emoji: EmojiValue,
  )

Source from the content-addressed store, hash-verified

97 setTitle(title: string): Promise<{ ok: boolean; error?: string }>;
98 /** Add an emoji reaction to a message (capability-gated; `{ ok: false }` on surfaces without support). */
99 react(
100 messageRef: MessageRef,
101 emoji: EmojiValue,
102 ): Promise<{ ok: boolean; error?: string }>;

Callers 2

addReactionMethod · 0.65

Implementers 1

Threadpackages/bot/src/thread.ts

Calls

no outgoing calls

Tested by

no test coverage detected