check_consensus: Check if consensus is reached among models

View source: R/check_consensus.R

check_consensusR Documentation

Check if consensus is reached among models

Description

Check if consensus is reached among models

Usage

check_consensus(
  round_responses,
  api_keys = NULL,
  controversy_threshold = 2/3,
  entropy_threshold = 1,
  consensus_check_model = NULL,
  base_urls = NULL
)

Note

This function uses create_consensus_check_prompt from prompt_templates.R


mLLMCelltype documentation built on May 11, 2026, 9:06 a.m.