You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(deepeval): implement backend serialize via model.serialize
Switch DeepEval.serialize() to delegate to DeepEvalBackend.serialize(), and implement serialize() in each backend by calling the underlying model's serialize().
Also move Node import in dp show to module top-level.
Authored by OpenClaw (model: gpt-5.2)
0 commit comments