VibeGame / src /lib /server /prompts.ts
dylanebert's picture
langgraph.js migration
ec75a88
raw
history blame contribute delete
114 Bytes
export const formatDocumentation = (fullDocs: string): string => {
return `VIBEGAME REFERENCE:
${fullDocs}`;
};