Skip to content

Conversation

@anndvision
Copy link
Member

@anndvision anndvision commented Dec 30, 2025

Adds an optional description field to MetricConfig, allowing users to document their metrics in the TOML config:

  [metrics.task_success]
  type = "boolean"
  optimize = "max"
  level = "inference"
  description = "Whether the task was completed successfully"

The field is optional and backward-compatible with existing configs.


Important

Adds an optional description field to MetricConfig for documenting metrics, ensuring backward compatibility.

  • Behavior:
    • Adds optional description field to MetricConfig in MetricConfig.ts and mod.rs.
    • Field is optional and backward-compatible with existing configurations.
  • Tests:
    • Updates test cases in feedback.rs, feedback_queries.rs, and inference_count_queries.rs to include description field with None value.
  • Misc:
    • No changes to existing functionality or logic.

This description was created by Ellipsis for 4fa184f. You can customize this summary. It will automatically update as commits are pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants