Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { AnthropicSafeguard } from "@openrouter/sdk/models";
let value: AnthropicSafeguard = {
type: "dangerous_tool_use",
};
| 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 | { “classifier_context”: { “permission_mode”: “auto”, “v”: 1 }, “type”: “dangerous_tool_use” } |