Skip to content

Generate Git commands from natural text

POST
/api/v4/ai/llm/git_command

Generates Git commands from natural language input

Media type application/json
object
prompt
required

Prompt used to generate the Git commands

string
nullable
Example generated
{
"prompt": "example"
}

Created

Bad Request