Search the documentation
4 pages for classifiercontext.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Intercept and control agent behavior with hooks
Claude Code CLI · in the page
agent-sdk/hooks
…* In the TypeScript SDK, a `PostToolUse` callback can also return `classifierContext`, a short note about the tool call's result for the [auto mode](/docs/en/permission-modes#eliminate-prompts-with…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…s only. Don't copy untrusted tool output into it. */ classifierContext?: string; updatedToolOutput?: unknown; /** @deprecated Use `updatedToolOutput`, which works for…
Hooks reference
Claude Code CLI · in the page
hooks
…| | `classifierContext` | Short note about this call's result for the [auto mode](/docs/en/permission-modes#eliminate-prompts-with-a…
Choose a permission mode
Claude Code CLI · in the page
permission-modes
…irectly. You can annotate a call's result with a [PostToolUse hook's `classifierContext` field](/docs/en/hooks#annotate-a-result-for-the-auto-mode-classifier), which the classifier reads as applicatio…