cURL
curl --request POST \ --url https://cloud.firebender.com/v0/agents/{id}/followup \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "prompt": { "text": "Add a README.md file with installation instructions", "images": [ { "data": "iVBORw0KGgoAAAANSUhEUgAA...", "dimension": { "width": 2, "height": 2 } } ] } } '
{ "id": "fb_abc123xyz789" }
Add a followup instruction to an existing cloud agent
API key from Firebender Dashboard
Unique identifier for the cloud agent
"fb_abc123xyz789"
Show child attributes
Followup added successfully
Was this page helpful?