effect-io-ai

Package: @effect/ai-anthropic
Module: AnthropicTool

AnthropicTool.ToolSearchRegexParameters

Type of the parameters Claude supplies when invoking regex-based Anthropic tool search.

Details

Claude constructs regex patterns using Python’s re.search() syntax. Maximum query length: 200 characters.

Signature

type ToolSearchRegexParameters = typeof ToolSearchRegexParameters.Type

Source

Since v4.0.0