Prompt post-processing
Post-processing allows HumanFirst to transform the generated data to fit a specific need. By default, nothing is done to the output data.
#
Newlines (default)Each line is converted into its own utterance.
#
Example prompt#
ConversationsProduces turn by turn conversations delimited by "User:" and "Agent:".
#
Key-ValueTurn each line into its own message, while setting a special metadata value for each message.
#
NoneWill output the text as a single utterance or document.