MCPcopy Create free account
hub / github.com/dtinth/ThreadGPT / ThreadGPT

Interface ThreadGPT

src/App.tsx:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73interface ThreadGPT {
74 nodeId: string
75 previousMessages: Exclude<ThreadNode['message'], undefined>[]
76 removeSelf?: () => void
77 insertMessage?: (message: Message) => void
78}
79
80function ThreadGPT(props: ThreadGPT) {
81 const query = useQuery({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected