Opik-demo.py
def evaluation_task(x):
    return {
        "output": my_llm_application(x['input'])
    }