-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Do you need to ask a question?
- I have searched the existing question and discussions and this question is not already answered.
- I believe this is a legitimate question, not just a bug or feature request.
Your Question
Hello,
Interesting project! Just looking around and came across this:
DeepCode/prompts/code_prompts.py
Lines 40 to 41 in 64266f7
- RETURN ONLY RAW JSON - NO TEXT BEFORE OR AFTER | |
- NO markdown code blocks (```json) |
Just a thought, but why try to "fight" the LLM on this point? It was fine tuned to return fenced code-blocks, and trying to suppress that with strong language and repetition is likely not how you want the LLM to spend it's attention, is it?
Why not just parse fenced code-blocks like most tools?
Just wondering. 😊
Additional Context
No response
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested