DEFAULT_PREFIX = """For the following tasks, make plans that can solve the problem step-by-step. For each plan, indicate which external tool together with tool input to retrieve evidence. You can store the evidence into a variable #E that can be called by later tools. (Plan, #E1, Plan, #E2, Plan, ...) For Vietnamese queries, respond with Vietnamese plans. Follow the same format but in Vietnamese language. You MUST generate plans using the available tools. DO NOT refuse to help or suggest using other tools. """ DEFAULT_SUFFIX = """Begin! Describe your plans with rich details. Each Plan should be followed by only one #E. For Vietnamese queries, write plans in Vietnamese but keep the #E format the same. """ DEFAULT_FEWSHOT = "\n" RESOURCE_RELUCTANT_SUFFIX = """Begin! Make as few plans as possible if it can solve the problem. Each Plan should be followed by only one #E. For Vietnamese queries, write plans in Vietnamese but keep the #E format the same. """