fix(dedup): clarify tool sequencing in prompts to fix regression

Explicitly instruct the model to call the domain tool first, then echo the output, to avoid it skipping the tool call.
This commit is contained in:
cocosheng-g
2026-02-03 21:24:55 -05:00
parent 36ce66933e
commit b4762750e2
2 changed files with 3 additions and 3 deletions
@@ -106,7 +106,7 @@ jobs:
1. **Extract Repository Information:** The repository is ${{ github.repository }}.
2. **Refresh Embeddings:** Call the `refresh` tool with the correct `repo`. Do not use the `force` parameter.
3. **Log Output:** Use the `echo` command to print the JSON output from the `refresh` tool to the logs.
3. **Log Output:** After the `refresh` tool completes, use the `echo` command to print the tool's JSON output to the logs.
## Guidelines