Skip to content

chore: run_git_command prompt - prefer over API + example

What does this merge request do and why?

The workflow service prefers to run API queries rather than git commands. That results in user asking git information in their IDE and the workflow service runs API query without running any git tools on the host machine.

This MR is changing the prompt to tell LLM to prefer run_git_command if that's available.

image

How to set up and validate locally

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
  • If this change requires executor implementation: verified that issues/MRs exist for both Go executor and Node executor or confirmed that changes are backward-compatible and don't break existing executor functionality.

Merge request reports

Loading