# tinker.types.EncodedTextChunk

## _class_ [**tinker.types.EncodedTextChunk**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/encoded_text_chunk.py#L10)( _[StrictBase](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L76)_)

**Fields:**

- [**tokens**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/encoded_text_chunk.py#L11) ( _Sequence[int]_) – Array of token IDs
- [**type**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/encoded_text_chunk.py#L14) ( _Literal['encoded_text']_)
