Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.39 KB

File metadata and controls

38 lines (26 loc) · 1.39 KB

AIConfig

Properties

Name Type Description Notes
access AiConfigsAccess [optional]
links ParentAndSelfLinks [optional]
description String
key String
maintainer AIConfigMaintainer [optional]
mode ModeEnum [optional]
name String
tags List<String>
version Integer
variations List<AIConfigVariation>
createdAt Long
updatedAt Long
evaluationMetricKey String Evaluation metric key for this AI Config [optional]
evaluationMetricKeys List<String> List of evaluation metric keys for this AI Config [optional]
isInverted Boolean Whether the evaluation metric is inverted, meaning a lower value is better if set as true [optional]
dependencies List<AIConfigDependency> Resources that depend on this AI Config, grouped by type [optional]

Enum: ModeEnum

Name Value
AGENT "agent"
COMPLETION "completion"
JUDGE "judge"