此方法用于修正大模型输出的格式不规范数据 utils/llmOutputFormatOp.py import json import re class LLMOutputFormat(object): ''' 大模型输出格式修正 ''' @classmethod def format_str(<