I’m trying to slice an output produced by the OpenAI API to be used in multiple fields.
For example, let’s assume OpenAI returns an output with multiple ‘sections’, separated by some text. For example:
Prompt: Provide 5 dog breed names in the following format:
Breed 1:
Breed 2:
Breed 3:
Breed 4:
Breed 5:
I’m then trying to output this in separate text fields. Is this possible with current WS Form capabilities?