Expand description
Anthropic API HTTP client implementing Classifier.
Structs§
Constants§
- DEFAULT_
MODEL - Default model when
TJ_CLASSIFIER_MODELis not set. - DEFAULT_
TIMEOUT - Default upper bound on a single classification round-trip. Hooks wrap calls
in
|| trueso a timeout never breaks Claude Code, but without a bound the hook would still hang the chat turn.