Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 961 Bytes

File metadata and controls

34 lines (21 loc) · 961 Bytes

LaunchDarklyApi.AIConfig

Properties

Name Type Description Notes
access AiConfigsAccess [optional]
links ParentAndSelfLinks [optional]
description String
key String
maintainer AIConfigMaintainer [optional]
mode String [optional] [default to 'completion']
name String
tags [String]
version Number
variations [AIConfigVariation]
createdAt Number
updatedAt Number
evaluationMetricKeys [String] List of evaluation metric keys for this AI config [optional]

Enum: ModeEnum

  • agent (value: "agent")

  • completion (value: "completion")

  • judge (value: "judge")