Page MenuHomePhabricator

Implement ScoreRequest/ScoreResponse pattern in ORES
Closed, ResolvedPublic

Description

ORES passes around a lot of context for a score job. Implement a ScoreResponse and ScoreRequest object to manage this information and a few utility functions to build the objects. This will be a big refactoring that will make work like T159502 easier.