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

Method setTitle

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

Name this conversation (capability-gated; returns `{ ok: false }` on surfaces without support).

(title: string)

Source from the content-addressed store, hash-verified

95 ): Promise<{ ok: boolean; error?: string }>;
96 /** Name this conversation (capability-gated; returns `{ ok: false }` on surfaces without support). */
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,

Callers 3

setThreadTitleMethod · 0.65
renderDiscordModalFunction · 0.65

Implementers 1

Threadpackages/bot/src/thread.ts

Calls

no outgoing calls

Tested by

no test coverage detected