Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
VibeGame
like
21
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VibeGame
/
src
/
lib
/
server
/
prompts.ts
dylanebert
langgraph.js migration
ec75a88
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
export
const
formatDocumentation = (
fullDocs
:
string
):
string
=>
{
return
`VIBEGAME REFERENCE:
${fullDocs}
`
;
};