mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Try to avoid placeholders in follow-up questions (#1839)
* Try to avoid placeholders in follow-up questions * Fix this too
This commit is contained in:
parent
f1efeca554
commit
c7562a6a37
3 changed files with 19 additions and 17 deletions
|
|
@ -188,7 +188,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -650,7 +650,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -1081,7 +1081,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -1461,7 +1461,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -1838,7 +1838,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -2215,7 +2215,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -2638,7 +2638,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -3067,7 +3067,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -3895,7 +3895,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -4335,7 +4335,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -4714,7 +4714,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -5267,7 +5267,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -5735,7 +5735,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -6066,7 +6066,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
@ -6610,7 +6610,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Parameters:
|
|||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
1. Be provided in its own <suggest> tag
|
||||
2. Be specific, actionable, and directly related to the completed task
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details
|
||||
3. Be a complete answer to the question - the user should not need to provide additional information or fill in any missing details. DO NOT include placeholders with brackets or parentheses.
|
||||
Usage:
|
||||
<ask_followup_question>
|
||||
<question>Your question here</question>
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,9 @@ export const ChatRowContent = ({
|
|||
</div>
|
||||
)}
|
||||
<div style={{ paddingTop: 10, paddingBottom: 15 }}>
|
||||
<Markdown markdown={followUpData?.question} />
|
||||
<Markdown
|
||||
markdown={message.partial === true ? message?.text : followUpData?.question}
|
||||
/>
|
||||
</div>
|
||||
<FollowUpSuggest
|
||||
suggestions={followUpData?.suggest}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue