Expand description
Built-in enrichers for the executor.
The ToolEnricher trait and ToolSchema live in devboy-core
so that provider crates can implement enrichers without depending
on the executor. This module provides built-in enrichers.
Structs§
- Format
Pipeline Enricher - Format pipeline enricher — adds pipeline-level parameters to list tools.
- Schema
- Tool input schema with typed property definitions.
Functions§
- sanitize_
field_ name - Convert a human-readable field name to a safe
cf_parameter name.
Type Aliases§
- Pipeline
Format Enricher - Backward-compatible alias.