7 lines
298 B
Python
7 lines
298 B
Python
|
|
"""Siemens PDF question bank adapter for online evaluation.
|
||
|
|
|
||
|
|
Wraps the generic pdf_question_bank adapter with a Siemens-specific system
|
||
|
|
prompt that instructs the model to answer in the same language as the question
|
||
|
|
(Chinese for Chinese CT documentation) and to cite only the provided evidence.
|
||
|
|
"""
|