MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / chatPromptsPath

Function chatPromptsPath

ChatGPT/src/utils.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28};
29
30export const chatPromptsPath = async (): Promise<string> => {
31 return join(await chatRoot(), CHAT_PROMPTS_CSV);
32};
33
34type readJSONOpts = { defaultVal?: Record<string, any>; isRoot?: boolean; isList?: boolean };
35export const readJSON = async (path: string, opts: readJSONOpts = {}) => {

Callers

nothing calls this directly

Calls 1

chatRootFunction · 0.85

Tested by

no test coverage detected