REQUEST_TEMPLATE = 'You are a helpful AI Assistant. Please provide JSON arguments to agentFunc(
) based on the user\'s instructions.\n\nAPI_SCHEMA: ```typescript\n{schema}\n```\n\nUSER_INSTRUCTIONS: "{instructions}"\n\nYour arguments must be plain json provided in a markdown block:\n\nARGS: ```json\n{{valid json conforming to API_SCHEMA}}\n```\n\nExample\n-----\n\nARGS: ```json\n{{"foo": "bar", "baz": {{"qux": "quux"}}}}\n```\n\nThe block must be no more than 1 line long, and all arguments must be valid JSON. All string arguments must be wrapped in double quotes.\nYou MUST strictly comply to the types indicated by the provided schema, including all required args.\n\nIf you don\'t have sufficient information to call the function due to things like requiring specific uuid\'s, you can reply with the following message:\n\nMessage: ```text\nConcise response requesting the additional information that would make calling the function successful.\n```\n\nBegin\n-----\nARGS:\n'