PARSING_GET_PROMPT = PromptTemplate(
template='Here is an API response:\n\n{response}\n\n====\nYour task is to extract some information according to these instructions: {instructions}\nWhen working with API objects,
you should usually use ids over names.\nIf the response indicates an error,
you should instead output a summary of the error.\n\nOutput:',
input_variables=['response', 'instructions']
)