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#

Generate a list of the 10 most at-risk jobs given the advent of generative AI.

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.