↓ 2 callersFunction_write_summary(
path: Path,
*,
topic_counts: dict[str, int],
feature_counts: dict[str, int],
)
tests/integration/test_rollup_domain_analysis_summary.py:9
↓ 2 callersFunction_write_summary(
path: Path,
*,
topic_counts: dict[str, int],
feature_counts: dict[str, int],
)
tests/acceptance/scripts/test_rollup_domain_analysis_summary.py:9
↓ 2 callersMethodapply_chat_template(
self,
messages: List[Dict[str, Any]],
*,
tools: List[Dict[str, Any]],
src/pipelines/data_process/pipeline_utils.py:20
↓ 2 callersMethodexecute(
self,
spec: StageRunSpec,
*,
plan_id: str,
attempt_index: int,
tests/unit/pipelines/rollout_executor/test_stage_session.py:112
↓ 2 callersMethodpost(self, url: str, *, json: Dict[str, object], headers: Dict[str, str], timeout: float)
tests/unit/services/test_sii_agent_client.py:37
↓ 1 callersFunction_build_completed_rollouts(
*,
manifest_entries: Sequence[Mapping[str, Any]],
derived_entries: Sequence[Mapping[str, Any]],
src/cli/rollout_executor_cli.py:2324
↓ 1 callersMethod_build_ground_truth(
self,
*,
session_id: str,
spec: StageRunSpec,
attempt_index: int,
src/pipelines/rollout_executor/stage_session.py:632