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#
Conversations#
Produces turn by turn conversations delimited by "User:" and "Agent:".
Key-Value#
Turn each line into its own message, while setting a special metadata value for each message.
None#
Will output the text as a single utterance or document.