Update Agent
This section provides instructions on using /agent endpoint to update agent data
{
"message": "agent data updated successfully.",
"status": "success",
"data": {
"projectId": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"agentId": "ZZZZZZZZZZZZZZZZZZZZZZZZZZZ",
"name": "Jack",
"systemInstruction": "instructions for the agent",
"voice_id": "xxxxxxxxxxxxxxxxxxxxx"
}
}Last updated