# -------------------------------------------- # 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.0.1 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: l.koning@kennispunttwente.nl - family-names: Merwe given-names: Tjark name-particle: Van de email: t.vandemerwe@kennispunttwente.nl repository: https://tjarkvandemerwe.r-universe.dev repository-code: https://github.com/tjarkvandemerwe/tidyprompt commit: a3778267361aa119eb550d6c48c1068a52395db0 url: https://tjarkvandemerwe.github.io/tidyprompt/ contact: - family-names: Koning given-names: Luka email: l.koning@kennispunttwente.nl