predict_passthrough:v0
1
2
3
4
5
6
7
8
import weave
from typing import Dict
from typing import Any
@weave.op()
def predict_passthrough(model_output: Dict[str, Any], task_description: str, input_data: Dict[str, Any]) -> Dict[str, Any]:
return model_output