Skip to main content

Module schema_simplifier

Module schema_simplifier 

Source
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.