feat(prompts): add prompt for glab_ask_git_command
What does this merge request do and why?
Part of gitlab-org/gitlab#500895 (closed)
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.