简体中文
cURL
curl --request POST \ --url https://api.cursor.com/v0/agents/{id}/followup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": { "text": "Also add a section about troubleshooting", "images": [ { "data": "iVBORw0KGgoAAAANSUhEUgAA...", "dimension": { "width": 1024, "height": 768 } } ] } } '
{ "id": "bc_abc123" }
向正在运行的后台代理发送额外指令。
API key from Cursor Dashboard
Unique identifier for the background agent
"bc_abc123"
显示 子属性
The followup instruction for the agent
1
"Also add a section about troubleshooting"
Optional array of base64 encoded images (max 5)
5
Base64 encoded image data
"iVBORw0KGgoAAAANSUhEUgAA..."
Width must be a positive integer
x >= 1
Height must be a positive integer
[ { "data": "iVBORw0KGgoAAAANSUhEUgAA...", "dimension": { "width": 1024, "height": 768 } }]
Followup added successfully
此页面对您有帮助吗?