# prep_obj_for_push

> **Function** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/client/prep_obj_for_push)

Format the object so its Prompt Hub compatible.

## Signature

```python
prep_obj_for_push(
    obj: Any,
) -> Any
```

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/687fc8d527a28504432f52bd08c75f2894c209fe/python/langsmith/client.py#L11316)