cURL
curl --request POST \ --url http://localhost:6060/api/agent-server/prompts \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "template": "<string>", "commit_message": "<string>" } '
{ "error": true, "message": "<string>", "data": { "name": "<string>", "created_at": "2023-11-07T05:31:56Z" }, "status": 123, "errorDetails": {} }
Prompt created successfully with first version
Show child attributes