↓ 3 callersFunction_token_count(
tokenizer: ChatTokenizer,
messages: List[Dict[str, Any]],
tools: List[Dict[str, Any]],
)
src/pipelines/data_process/pipeline_utils.py:91
↓ 3 callersFunction_write_summary(
path: Path,
*,
topic_counts: dict[str, int],
feature_counts: dict[str, int],
)
tests/unit/utils/test_domain_analysis_rollup.py:15
↓ 3 callersMethodapply_chat_template(
self,
messages: List[Mapping[str, Any]],
*,
tools: List[Mapping[str, Any]],
src/utils/parquet_token_counter.py:26
↓ 3 callersMethodbuild_ground_truth(
self,
*,
session_id: str,
plan_id: str,
stage_spec: StageRunSpec,
src/pipelines/rollout_executor/stage_session.py:1549
↓ 3 callersFunctionconvert_json_to_parquet(
*,
tokenizer_path: str,
input_json: str,
output_parquet: str,
max_tokens: int = 128000,
src/pipelines/data_process/messages_json2parquet_128k.py:26
↓ 3 callersMethodfrom_inputs(
cls,
*,
flag_value: str | None,
env: Mapping[str, str] | None = None,
)
src/cli/rollout_executor_ui.py:56
↓ 3 callersMethodrecord_decision(
self,
relationship_id: str,
*,
reviewer: str,
resolution: str,
src/pipelines/pr_combiner/review_queue.py:118
↓ 2 callersMethod_capture_conversation_log(
self,
*,
session_id: str,
stage_id: str,
attempt_index: int,
src/pipelines/rollout_executor/stage_session.py:787