Expand description
SchemaSimplifier โ converts JSON Schema to human-readable text.
Used by FlexibleAgent to describe tool parameters in the system prompt without overwhelming weak models with raw JSON Schema syntax.
Functionsยง
- simplify
- Convert a JSON Schema to human-readable text description.
- simplify_
tool - Simplify an entire tool definition into a human-readable block.