运行 scenario 时出现以下报错:
Traceback (most recent call last):
File "/data/workspace/J1Bench/src/run.py", line 12, in
scenario = registry.get_class(args.scenario)(args)
File "/data/workspace/J1Bench/src/scenario/CI.py", line 26, in init
plaintiff = registry.get_class(args.plaintiff)(
File "/data/workspace/J1Bench/src/agents/plaintiff_CI.py", line 253, in init
system_prompt += p.format(defendant_company_legal_person = defendant['representative']) + '\n'
KeyError: 'representative'
(venv) [root@steffenzhen-1waxwxvd4a src]#
运行 scenario 时出现以下报错:
Traceback (most recent call last):
File "/data/workspace/J1Bench/src/run.py", line 12, in
scenario = registry.get_class(args.scenario)(args)
File "/data/workspace/J1Bench/src/scenario/CI.py", line 26, in init
plaintiff = registry.get_class(args.plaintiff)(
File "/data/workspace/J1Bench/src/agents/plaintiff_CI.py", line 253, in init
system_prompt += p.format(defendant_company_legal_person = defendant['representative']) + '\n'
KeyError: 'representative'
(venv) [root@steffenzhen-1waxwxvd4a src]#