REQUESTS_PUT_TOOL_DESCRIPTION = 'Use this when you want to PUT to a website.\nInput to the tool should be a json string with 3 keys: "url", "data", and "output_instructions".\nThe value of "url" should be a string.\nThe value of "data" should be a dictionary of key-value pairs you want to PUT to the url.\nThe value of "output_instructions" should be instructions on what information to extract from the response, for example the id(
s) for a resource(s
) that the PUT request creates.\nAlways use double quotes for strings in the json string.'