MCPcopy
hub / github.com/thesysdev/openui / updateThread

Method updateThread

packages/react-headless/src/adapters/types.ts:12–12  ·  view source on GitHub ↗
(thread: Thread)

Source from the content-addressed store, hash-verified

10 createThread(firstMessage: UserMessage): Promise<Thread>;
11 getMessages(threadId: string): Promise<Message[]>;
12 updateThread(thread: Thread): Promise<Thread>;
13 deleteThread(id: string): Promise<void>;
14}
15

Callers 3

createChatStoreFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected