# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tidyprompt" in publications use:' type: software license: GPL-3.0-or-later title: 'tidyprompt: Prompt Large Language Models and Enhance Their Functionality' version: 0.4.0.9000 doi: 10.32614/CRAN.package.tidyprompt abstract: Easily construct prompts and associated logic for interacting with large language models (LLMs). 'tidyprompt' introduces the concept of prompt wraps, which are building blocks that you can use to quickly turn a simple prompt into a complex one. Prompt wraps do not just modify the prompt text, but also add extraction and validation functions that will be applied to the response of the LLM. This ensures that the user gets the desired output. 'tidyprompt' can add various features to prompts and their evaluation by LLMs, such as structured output, automatic feedback, retries, reasoning modes, autonomous R function calling, and R code generation and evaluation. It is designed to be compatible with any LLM provider that offers chat completion. authors: - family-names: Koning given-names: Luka email: koningluka@gmail.com - family-names: Merwe given-names: Tjark name-particle: Van de email: t.vandemerwe@kennispunttwente.nl repository: https://kennispunttwente.r-universe.dev repository-code: https://github.com/KennispuntTwente/tidyprompt commit: 9513451f934ac060fb4ebac429d7133d78acc4cd url: https://KennispuntTwente.github.io/tidyprompt/ date-released: '2026-04-22' contact: - family-names: Koning given-names: Luka email: koningluka@gmail.com