MCPcopy Create free account
hub / github.com/Likhithsai2580/JARVIS / codebrewPrompt

Function codebrewPrompt

func/codebrew/VectorPrompts.py:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5SAMPLES_DIR = fr"{os.path.join(os.getcwd(), 'plugins', 'codebrew', 'json')}"
6
7def codebrewPrompt():
8 with open(os.path.join(PROMPTS_DIR, "codebrew.jinja2"), "r") as f:
9 return f.read()
10
11def samplePrompt():
12 with open(os.path.join(SAMPLES_DIR, "example.json"), "r") as f:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected