# Issue

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/issue/Issue)

## Signature

```python
Issue()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `actions`
- `created_at`
- `description`
- `first_seen_at`
- `fix_branch`
- `fix_dispatched_at`
- `fix_pr_number`
- `fix_prompt`
- `fix_verification`
- `last_seen_at`
- `name`
- `proposed_context_fixes`
- `proposed_examples`
- `proposed_fix`
- `proposed_prompt_fixes`
- `session_id`
- `severity`
- `status`
- `tags`
- `tenant_id`
- `traces`
- `updated_at`

---

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