DEFAULT_TOOL_SYSTEM_TEMPLATE: "You have access to the following tools:\n{tools}\nYou must always select one of the above tools and respond with only a JSON object matching the following schema:\n{{\n \"tool\": <name of the selected tool>,\n \"tool_input\": <parameters for the selected tool, matching the tool's JSON schema>\n}}" = ...