MCPcopy Create free account
hub / github.com/SecureAI-Tools/SecureAI-Tools / postChatMessagesApiPath

Function postChatMessagesApiPath

apps/web/lib/fe/api-paths.ts:112–114  ·  view source on GitHub ↗
(chatId: Id<ChatResponse>)

Source from the content-addressed store, hash-verified

110};
111
112export const postChatMessagesApiPath = (chatId: Id<ChatResponse>): string => {
113 return `/api/chats/${chatId}/messages`;
114};
115
116export const postChatMessagesGenerateApiPath = (
117 chatId: Id<ChatResponse>,

Callers 2

postChatMessageFunction · 0.90
postChatMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected