# format_age_suffix

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/update_check/format_age_suffix)

Return `", released Nd ago"` for `version`, or `""` when unknown.

The `", "` separator is included so callers can splice the age into a
parenthetical unconditionally — if the age is unknown, the empty
string collapses cleanly into the surrounding text.

## Signature

```python
format_age_suffix(
    version: str | None,
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3812967c84d90619848f3185f22470204fc88bd8/libs/code/deepagents_code/update_check.py#L1004)