Poll the progress of metric optimization from feedback processing. Returns the improved metric description and evaluation trigger when complete.
Documentation Index
Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication. It should be included in the header of each request.
Progress ID returned from the process_feedbacks endpoint
Agent ID for permission validation
Project ID for permission validation
Improved metric description
Improved evaluation trigger. Interpretation depends on improved_trigger_kind: 'always' (literal) → run on every example; Python source → trigger.py from the sandbox (when improved_trigger_kind='custom_code'); LLM-judge prompt otherwise.
Tells the frontend how to interpret improved_evaluation_trigger. Set to 'custom_code' when meta-harness produced an optimized Python trigger; 'always' when no trigger gating is needed.
always - Alwaysllm_judge - LLM Judgecustom_code - Custom Codealways, llm_judge, custom_code Type of evaluation trigger (llm_judge or custom_code)
llm_judge - LLM Judgecustom_code - Custom Codellm_judge, custom_code Advanced metric configuration
Variables used in metric description
Advanced trigger configuration
Variables used in evaluation trigger
Evaluation results for each test set
Optimized Python code (meta-harness output). When present, metric should switch to custom_code type.
Suggested metric type after optimization (custom_code if meta-harness produced code)
basic - Basic (Deprecated in favor of LLM Judge)custom_prompt - Custom Prompt ( Deprecated in favor of LLM Judge)custom_code - Custom Codellm_judge - LLM Judgebasic, custom_prompt, custom_code, llm_judge