Skip to main content
Used for field renaming and value mapping, e.g., transforming is_faithful: 'faithful' to label: 'yes'.

Attributes

Field name in the LLM response to read the value from.
Maps LLM response values to final output values, e.g. {'faithful': 'yes', 'not_faithful': 'no'}.