MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / getProjectPrompts

Function getProjectPrompts

ui/src/lib/api.ts:90–92  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

88}
89
90export async function getProjectPrompts(name: string): Promise<ProjectPrompts> {
91 return fetchJSON(`/projects/${encodeURIComponent(name)}/prompts`)
92}
93
94export async function updateProjectPrompts(
95 name: string,

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.85

Tested by

no test coverage detected