PARSING_PATCH_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. Do not return any ids or names that are not in the response.\nIf the response indicates an error,
you should instead output a summary of the error.\n\nOutput:',
input_variables=['response', 'instructions']
)