> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.58.2

**`(feat):`** Enhance example generation to consider default values when generating examples for primitive types.
When a string primitive type has a default value specified, the example generator now uses this
default value instead of a generic example. This produces more realistic and contextually
appropriate examples in generated SDKs and documentation.