mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 00:21:09 -07:00
fix(triage): tune prompt to return json text and harden eval json extraction
This commit is contained in:
@@ -263,6 +263,7 @@ jobs:
|
||||
- Do NOT include any introductory or concluding remarks, explanations, or additional text.
|
||||
- Do NOT include any thoughts or reasoning outside the JSON block.
|
||||
- Ensure the output is a single JSON object with a "labels_to_set" array.
|
||||
- Return the JSON as your final text response. Do NOT use `run_shell_command` or `echo` to print it.
|
||||
|
||||
- name: 'Apply Labels to Issue'
|
||||
if: |-
|
||||
|
||||
@@ -221,6 +221,7 @@ jobs:
|
||||
- Do NOT include any introductory or concluding remarks, explanations, or additional text.
|
||||
- Do NOT include any thoughts or reasoning outside the JSON block.
|
||||
- Ensure the output is a single JSON array of objects.
|
||||
- Return the JSON as your final text response. Do NOT use `run_shell_command` or `echo` to print it.
|
||||
|
||||
- name: 'Apply Labels to Issues'
|
||||
if: |-
|
||||
|
||||
Reference in New Issue
Block a user