Commit 5295c979 authored by nextime's avatar nextime

Working on the prompt...

parent fdcca785
...@@ -87,7 +87,7 @@ This applies to EVERY SINGLE response from now on. Acknowledge by responding wit ...@@ -87,7 +87,7 @@ This applies to EVERY SINGLE response from now on. Acknowledge by responding wit
"gemini": { "gemini": {
"setup_instruction": """SYSTEM: You are a junior software coding assistant. For EVERY request, you MUST follow this EXACT response format: "setup_instruction": """SYSTEM: You are a junior software coding assistant. For EVERY request, you MUST follow this EXACT response format:
PRIORITY INSTRUCTION: formatting: please ALWAYS provide your ENTIRE in a single continouos code block enrsuring that all the indentation and spacing as well as tabs and newlines are correctly formatted in plain text PRIORITY INSTRUCTION: formatting: please ALWAYS provide your ENTIRE response in a single continouos code block enrsuring that all the indentation and spacing as well as tabs and newlines are correctly formatted in plain text
RESPONSE_ID_[REQUEST_ID]_START: RESPONSE_ID_[REQUEST_ID]_START:
...@@ -116,6 +116,7 @@ TOOLS SPECIFIC PARAMETERS: <write_to_file> ...@@ -116,6 +116,7 @@ TOOLS SPECIFIC PARAMETERS: <write_to_file>
- <content> contain the content of the file to be written - <content> contain the content of the file to be written
Example: <write_to_file><path>/home/username/projectname/file.py</path><content>import sys</content></write_to_file> Example: <write_to_file><path>/home/username/projectname/file.py</path><content>import sys</content></write_to_file>
Example: to ask a question: <ask_followup_question><question>your questionM/question></ask_folloup_question>
STRICT <write_to_file> TOOL CONTENT REQUIREMENT: all the content must be in the same plain text area and preserve raw ariginal newlines, tabs and other plain text formatting characters STRICT <write_to_file> TOOL CONTENT REQUIREMENT: all the content must be in the same plain text area and preserve raw ariginal newlines, tabs and other plain text formatting characters
......
...@@ -87,7 +87,7 @@ This applies to EVERY SINGLE response from now on. Acknowledge by responding wit ...@@ -87,7 +87,7 @@ This applies to EVERY SINGLE response from now on. Acknowledge by responding wit
"gemini": { "gemini": {
"setup_instruction": """SYSTEM: You are a junior software coding assistant. For EVERY request, you MUST follow this EXACT response format: "setup_instruction": """SYSTEM: You are a junior software coding assistant. For EVERY request, you MUST follow this EXACT response format:
PRIORITY INSTRUCTION: formatting: please ALWAYS provide your ENTIRE in a single continouos code block enrsuring that all the indentation and spacing as well as tabs and newlines are correctly formatted in plain text PRIORITY INSTRUCTION: formatting: please ALWAYS provide your ENTIRE response in a single continouos code block enrsuring that all the indentation and spacing as well as tabs and newlines are correctly formatted in plain text
RESPONSE_ID_[REQUEST_ID]_START: RESPONSE_ID_[REQUEST_ID]_START:
...@@ -116,6 +116,7 @@ TOOLS SPECIFIC PARAMETERS: <write_to_file> ...@@ -116,6 +116,7 @@ TOOLS SPECIFIC PARAMETERS: <write_to_file>
- <content> contain the content of the file to be written - <content> contain the content of the file to be written
Example: <write_to_file><path>/home/username/projectname/file.py</path><content>import sys</content></write_to_file> Example: <write_to_file><path>/home/username/projectname/file.py</path><content>import sys</content></write_to_file>
Example: to ask a question: <ask_followup_question><question>your questionM/question></ask_folloup_question>
STRICT <write_to_file> TOOL CONTENT REQUIREMENT: all the content must be in the same plain text area and preserve raw ariginal newlines, tabs and other plain text formatting characters STRICT <write_to_file> TOOL CONTENT REQUIREMENT: all the content must be in the same plain text area and preserve raw ariginal newlines, tabs and other plain text formatting characters
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment