Make LLM answer as an integer (between min and max)
Source:R/answer_as_integer.R
answer_as_integer.Rd
Make LLM answer as an integer (between min and max)
Arguments
- prompt
A single string, a prompt_wrap object, or a list of prompt_wrap objects.
- min
(optional) Minimum value for the integer
- max
(optional) Maximum value for the integer
- add_instruction_to_prompt
(optional) Add instruction for replying as an integer to the prompt text. Set to FALSE for debugging if extractions/validations are working as expected (without instruction the answer should fail the validation function, initiating a retry).