Guardrails
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
query{
guardrails{
edges{
node{
id
name
description
message
assistant{
id
name
}
updatedAt
}
}
}
}{
"data": {
"guardrails": {
"edges": [
{
"node": {
"id": "R3VhcmRyYWlsOjEw",
"name": "Guardrail Example",
"description": "Do not promote other products other than \"Acme Inc\"",
"message": "Sorry I can't promote other products.",
"assistant": {
"id": "QXNzaXN0YW50OjMyNDk0YWZjLTQ0NzQtNDkzYS1hMWYxLTZiMTZmNjdhZmZhNQ==",
"name": "Welcome Sequence"
},
"updatedAt": "2024-06-04T15:37:53.910452+00:00"
}
}
]
}
}
}