# GenerationChunk

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/outputs/generation/GenerationChunk)

`GenerationChunk`, which can be concatenated with other `Generation` chunks.

## Signature

```python
GenerationChunk(
    self,
    *args: Any = (),
    **kwargs: Any = {},
)
```

## Extends

- `Generation`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/348c9dc572599947d2d7d33d6a5b8b936e92a1d4/libs/core/langchain_core/outputs/generation.py#L55)