Guardrails
Use the guardrails
query to get the information of the guardrails set for the assistants set via console.
Arguments
Field | Type | Description |
---|---|---|
| String | |
| String | |
| Int | |
| Int | |
| ID | Id of the guardrail. |
| filters | |
| ID | Id of the assistant. |
Available fields
Field | Type | Description |
---|---|---|
| ID! | Id of the guardrail. |
| String! | Name of the guardrail. |
| String! | Templated message that will be sent instead. |
| String! | Subject the assistant should not respond to. |
| DateTime! | Date and time of the last update. |
| DateTime! | Guardrail creation date. |
| Assistant! |
Example
Last updated