delegate
latest
false
Delegate & Cartographer ユーザー ガイド
- 概要
- クイックスタート
- Delegate
- 信頼とコンプライアンス
- ガバナンス
- 機能
- 地図製作者
- Delegate for Testing
- 参照
- トラブルシューティング
- バックアップと復元
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Reference for the Hooks area in Delegate and Cartographer — running a shell command at a specific point in the agent's lifecycle.
A hook runs a shell command at a specific point in the agent's lifecycle. Hooks are managed from Add-ons & Integrations → Hooks, via Add hook.
| フィールド | 説明 |
|---|---|
| 予定の種類 | When the hook runs: Session start, User prompt submitted, Before tool, Permission request, Permission resolved, After tool, After tool failure, or Agent stop. |
| 名前 | A short label for the hook (for example, "Block file deletion"). |
| ツール | Which tool the hook applies to. Defaults to All tools. |
| Shell command | The command to run. Runs via cmd.exe. To deny a tool, exit with code 2 (for example, exit /b 2). |