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

# センシティブワードフィルター

> テキスト内のセンシティブワードを検出し、ブロック、置換、検出のみのモードで処理します。

センシティブワードフィルターは、入力テキスト内のセンシティブワードを検出し、指定したルールに応じて処理するモジュールです。

<Frame>
  <img src="https://mintcdn.com/trendoinc/BbOCPJdxANbL_EDU/images/update-1-0/image6.png?fit=max&auto=format&n=BbOCPJdxANbL_EDU&q=85&s=bd645791570f89d528be44ad7b8d8134" alt="センシティブワードフィルターの設定画面" width="3320" height="1748" data-path="images/update-1-0/image6.png" />
</Frame>

## 処理モード

<CardGroup cols={3}>
  <Card title="ブロック" icon="shield-check">
    センシティブワードが含まれる場合、後続処理や回答を停止します。
  </Card>

  <Card title="置換" icon="pen-to-square">
    検出した語句を指定の文字列に置き換えます。
  </Card>

  <Card title="検出のみ" icon="magnifying-glass">
    検出結果を出力し、後続モジュールで処理方法を判断します。
  </Card>
</CardGroup>

## 利用例

* ユーザー入力のコンプライアンスチェック
* 生成回答の事前チェック
* 社内ルールに反する語句の検出
* 不適切なコンテンツの自動置換
