MCPcopy Create free account
hub / github.com/GPTScan/GPTScan / makeCodeQuestion

Method makeCodeQuestion

src/chatgpt_api.py:116–118  ·  view source on GitHub ↗
(self, question:str, code:str)

Source from the content-addressed store, hash-verified

114 return prompt
115
116 def makeCodeQuestion(self, question:str, code:str):
117 prompt = f'Please analyze the following code, and answer the question "{question}"\n{code}'
118 return prompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected