# Changelog of LLM Dataset Processor (`dusan.vystrcil/llm-dataset-processor`) Actor

- **URL**: https://apify.com/dusan.vystrcil/llm-dataset-processor/changelog.md
- **Full Actor documentation**: https://apify.com/dusan.vystrcil/llm-dataset-processor.md

#### 0.0.24 (2025-05-28)

- fixed lint and formatting
  - disabled @typescript-eslint/no-explicit-any rule
- added new input: Preprocessing function
  - the function is call for each item before it is inserted into the prompt
  - users can modify dataset's items, e.g. concatenate arrays into a single string

#### 0.0.23 (2025-01-07)

- Updated readme
- Minor fixes for better readability
