Skip to content

feat(prompts): add prompt for glab_ask_git_command

Alejandro Rodríguez requested to merge glab-ask-git-prompt into main

What does this merge request do and why?

Part of gitlab-org/gitlab#500895

How to set up and validate locally

curl -X 'POST' \
  'http://0.0.0.0:5052/v1/prompts/glab_ask_git_command' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"inputs": {"prompt": "apply a single commit"} }'

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports

Loading