With a single prompt, I would like to use a function to deliver multiple pieces of information. One is a conversational response that should have a medium temperature, and the other is a categorization piece that should have zero temperature. E.g., “Please give a response to user’s query (medium temp) and list the user’s specified name (zero temp)”
The prompt in question is fairly large, so ideally I would like to run it only once to conserve token usage.
Thank you for the help!