feat: Update core agent logic, code execution utilities, and LLM configuration.
This commit is contained in:
2
main.py
2
main.py
@@ -39,7 +39,7 @@ def setup_logging(log_dir):
|
||||
|
||||
def main():
|
||||
llm_config = LLMConfig()
|
||||
files = ["./UB IOV Support_TR.csv"]
|
||||
files = ["./cleaned_data.csv"]
|
||||
analysis_requirement = """
|
||||
基于所有运维工单,整理一份工单健康度报告,包括但不限于对所有车联网技术支持工单的全面数据分析,
|
||||
深入挖掘工单处理过程中的关键问题、效率瓶颈及改进机会。涵盖工单状态、问题类型、模块分布、严重程度、责任人负载、车型分布、来源渠道及处理时长等多个维度。
|
||||
|
||||
Reference in New Issue
Block a user