Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ completePrompt
Method
completePrompt
src/api/providers/fake-ai.ts:78–80 ·
view source on GitHub ↗
(prompt: string)
Source
from the content-addressed store, hash-verified
76
}
77
78
completePrompt(prompt: string): Promise<string> {
79
return
this.ai.completePrompt(prompt)
80
}
81
}
Callers
nothing calls this directly
Calls
1
completePrompt
Method · 0.65
Tested by
no test coverage detected