Merge branch 'main' of http://192.168.2.212:3000/digisky/market_assistant
This commit is contained in:
commit
639b02c2e4
|
|
@ -147,7 +147,7 @@ for index, row in df.iterrows():
|
|||
detailed_status = row['当前详细状态及Close节奏']
|
||||
print(f"Processing row {index} at current time: {datetime.now()}")
|
||||
detailed_current_stage = row['Sales stage']
|
||||
prompt = (f"某公司当前销售定义为 {sales_stage_definition}, "
|
||||
prompt = (f"某公司当前销售定义为 {pro_sales_stage_definition}, "
|
||||
f"当前销售阶段为 {detailed_current_stage}, "
|
||||
f"销售人员填写的销售动作日志为: {detailed_status} , "
|
||||
f"请分析当前销售阶段以及销售动作日志,判断其销售动作是否完成了前一阶段的准出标准,以及是否支持将销售阶段转化到当前阶段{detailed_current_stage},按照如下要点给出分析:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue