GuardrailsPolicy
Example Usage
typescript
import { GuardrailsPolicy } from "@meetkai/mka1/models/components";
let value: GuardrailsPolicy = {
teamId: "<id>",
guardrails: [
{
mode: "leakage",
enabled: true,
},
],
updatedAt: 3973,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
teamId | string | ✔️ | Team this policy targets; null for the org-wide policy |
guardrails | components.GuardrailConfig[] | ✔️ | N/A |
updatedAt | number | ✔️ | Unix timestamp of when the policy was last updated |