from opik import track @track def my_llm_application(input: str) -> str: response = query_engine.query(input) return str(response)