# Prompt

> **Class** in `langsmith`

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

Represents a Prompt with metadata.

## Signature

```python
Prompt()
```

## Extends

- `BaseModel`

## Properties

- `repo_handle`
- `description`
- `readme`
- `id`
- `tenant_id`
- `created_at`
- `updated_at`
- `is_public`
- `is_archived`
- `tags`
- `original_repo_id`
- `upstream_repo_id`
- `owner`
- `full_name`
- `num_likes`
- `num_downloads`
- `num_views`
- `liked_by_auth_user`
- `last_commit_hash`
- `num_commits`
- `original_repo_full_name`
- `upstream_repo_full_name`

---

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