curl --request GET \
--url https://rippletide-backend.azurewebsites.net/api/agents/{id}/test-prompts[
{
"id": 123,
"prompt": "<string>",
"expectedAnswer": "<string>",
"testAnswer": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Get all test prompts for an agent
curl --request GET \
--url https://rippletide-backend.azurewebsites.net/api/agents/{id}/test-prompts[
{
"id": 123,
"prompt": "<string>",
"expectedAnswer": "<string>",
"testAnswer": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]