cURL
curl --request POST \ --url https://rippletide-backend.azurewebsites.net/api/agents/{id}/config \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>", "description": "<string>", "type": "knowledge" } '
{ "id": 123, "label": "<string>", "description": "<string>", "type": "knowledge", "node_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new knowledge entry or guardrail
knowledge
guardrail
Config created