> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AnthropicSafeguard

A server-side safeguard Anthropic evaluates alongside the completion

## Example Usage

```typescript theme={null}
import { AnthropicSafeguard } from "@openrouter/sdk/models";

let value: AnthropicSafeguard = {
  type: "dangerous_tool_use",
};
```

## Fields

| Field                  | Type                   | Required             | Description | Example                                                                                                                           |
| ---------------------- | ---------------------- | -------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `classifierContext`    | Record\<string, *any*> | :heavy\_minus\_sign: | N/A         |                                                                                                                                   |
| `type`                 | *string*               | :heavy\_check\_mark: | N/A         |                                                                                                                                   |
| `additionalProperties` | Record\<string, *any*> | :heavy\_minus\_sign: | N/A         | \{<br />"classifier\_context": \{<br />"permission\_mode": "auto",<br />"v": 1<br />},<br />"type": "dangerous\_tool\_use"<br />} |
