Quick Start
Minimum Viable Workflow - Example
[ { "userCount": 1, "id": 1, "name": "Default", "description": null, "defaultWorkerPoolId": null, "targets": [], "guardrails": [] } ][ { "id": " ... ", "label": "Private With RAG", "details": [ ... ] }, { "id": " ... ", "label": "Public With RAG", "details": [ ... ] }, { "id": " ... ", "label": "Private Without RAG", "details": [ ... ] }, { "id": " ... ", "label": "Public With RAG", "details": [ ... ] } ]{ "connection": { "config": { "url": "http://20.79.178.230:11000/message", "requestPayloadSample": "{\n \"session_id\": \"{session_id}\",\n \"prompt\": \"{message}\",\n \"files\": [\n {\n \"file_format\": \"image/webp\",\n \"data\": \"{image_base64}\"\n },\n {\n \"file_format\": \"audio/mpeg\",\n \"data\": \"{audio_base64}\"\n }\n ]\n}", "responsePayload": "response", "headers": { "Authorization": { "value": "Bearer VRcKSVuLHjCukNhYyBfb27ysYfGwYS5GaiwCbFfj884jwFZlcU1QMpJkuq0b30ky", "sensitive": false } } }, "type": "REST_API" }, "settings": { "description": "Tourist chatbot that helps the user find and book his next trip.", "environment": "DEV", "language": "en", "name": "Simple Target minConfig_minSettings", "rateLimit": 50, "supportedModes": [ "TEXT" ], "targetPresetId": "" } }{ "id": ..., "scanId": ..., "connection": { ... }, "settings": { ... } }{ "config": { "inputs": { "coverage": "BASIC", "company": "Full company name", "service_list": [ "Finding a location", "Suggesting a location" ], "detector_op_mode": "plain_text_domain", "url_pattern": "my.cool.domain.com", "additional_information": "" }, "probeId": 16, "probeType": "PREDEFINED" }, "isEnabled": true, "riskPriority": "HIGH" }{ "name": "My First Test Run - Url Check", "notifyWhenFinished": false, "probeIds": [ 16 ], "runAiAnalysis": false, "targetId": }{ "testRunId": ..., "executionDate": " ... ", "status": "FINISHED", "probeRuns": [ { "probeName": "URL Check", "probeRunId": 12394, "probeId": 16, "totalCount": 20, "errorCount": 0, "passedCount": 0, "status": "FINISHED", "failedCount": 20 } ] }
RAG Enabled and Custom Probe - Example
Last updated
Was this helpful?