Skip to content

v4.3.0

Choose a tag to compare

@BrianPugh BrianPugh released this 25 Nov 02:59
523ad7d

Features

  • Introduce Paramter.n_tokens to control number of tokens consumed/provided to custom converters. by @BrianPugh in #695
    • converter functions can now also be directly decorated with @Parameter(...).
    • When decorating a class, Parameter.converter can now be a string indicating a forward-reference to a classmethod in the class.

Bug Fixes

Full Changelog: v4.2.5...v4.3.0