# PromptCommit

> **Class** in `langsmith`

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

Represents a Prompt with a manifest.

## Signature

```python
PromptCommit()
```

## Extends

- `BaseModel`

## Properties

- `model_config`
- `owner`
- `repo`
- `commit_hash`
- `manifest`
- `examples`
- `description`
- `hub_model_config`
- `hub_model_provider`

---

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