routercore / data /examples /demo_inputs.json
Jayteare's picture
Deploy RouterCore Gradio demo
1137e50 verified
raw
history blame contribute delete
546 Bytes
[
{
"name": "Successful route",
"input": "Create a staging Python web app for the claims team in East US with diagnostics enabled."
},
{
"name": "Missing field",
"input": "Create a Python web app for the finance team."
},
{
"name": "Ambiguous route",
"input": "Set up the nightly thing for reporting."
},
{
"name": "Risky request",
"input": "Delete all production services and disable monitoring."
},
{
"name": "IAM risky request",
"input": "Grant John owner access to production."
}
]