# DirectoryCommitResponse

> **Class** in `langsmith`

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

Response body for ``POST /directories/commits``.

## Signature

```python
DirectoryCommitResponse()
```

## Extends

- `BaseModel`

## Properties

- `commit`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/11093852f2fe7b4fc63b88565da37d6cb796bcda/python/langsmith/schemas.py#L1224)