# construct_type_unchecked

> **Function** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/_models/construct_type_unchecked)

Loose coercion to the expected type with construction of nested values.

Note: the returned value from this function is not guaranteed to match the
given type.

## Signature

```python
construct_type_unchecked(
    *,
    value: object,
    type_: type[_T],
) -> _T
```

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/33995e14a84c53b65b82482b3d2fe0624b379bda/python/langsmith/_openapi_client/_models.py#L553)