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

Function listConversations

webapp/_webapp/src/query/api.ts:111–114  ·  view source on GitHub ↗
(data: PlainMessage<ListConversationsRequest>)

Source from the content-addressed store, hash-verified

109};
110
111export const listConversations = async (data: PlainMessage<ListConversationsRequest>) => {
112 const response = await apiclientV2.get("/chats/conversations", data);
113 return fromJson(ListConversationsResponseSchema, response);
114};
115
116export const listSupportedModels = async (data: PlainMessage<ListSupportedModelsRequest>) => {
117 const response = await apiclientV2.get("/chats/models", data);

Callers 1

Calls 2

fromJsonFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected