# 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/19dc497a3d89638e4cc35db72ea1c29cad35cbbf/python/langsmith/client.py#L10403)