MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / getConversation

Function getConversation

webapp/_webapp/src/query/api.ts:121–124  ·  view source on GitHub ↗
(data: PlainMessage<GetConversationRequest>)

Source from the content-addressed store, hash-verified

119};
120
121export const getConversation = async (data: PlainMessage<GetConversationRequest>) => {
122 const response = await apiclientV2.get(`/chats/conversations/${data.conversationId}`);
123 return fromJson(GetConversationResponseSchema, response);
124};
125
126export const createConversationMessageStream = async (
127 data: PlainMessage<CreateConversationMessageStreamRequest>,

Callers 3

handleHistoryClickFunction · 0.90
ChatBodyFunction · 0.90
useGetConversationQueryFunction · 0.90

Calls 2

fromJsonFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected