feat(llm_score): 支持多维度独立评分 #27
No reviewers
Labels
No Label
priority:P0
priority:P1
priority:P2
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: solahqb/AgentEvalTool#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/llm-score-multi-dimension"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
扩展
llm_score规则,支持通过dimensions参数配置多个评分维度(如准确性、相关性、完整性),每个维度独立评分 0-10 分。Changes
details字段存储结构化多维度分数criteria单维度模式继续有效Configuration Example
Test plan
Closes #19