EvalContext constructor
EvalContext({})
Implementation
EvalContext({
this.workspaceDir,
required this.clock,
required this.llmClient,
required this.controller,
this.servicesMap = const {},
this.metadata = const {},
});