get_short_descr
FunctionSource
v_1: str = get_short_descr(descr: str)
Get the short description from the long description.
Extract the first sentence from the given text.
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
descr | str | The long description that may contain multiple sentences. |
Returns
| Name | Type | |
|---|---|---|
v_1 | str | The first sentence extracted from the given text. |