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

Latest commit

 

History

History
29 lines (16 loc) · 698 Bytes

File metadata and controls

29 lines (16 loc) · 698 Bytes

LaunchDarklyApi.AIConfigPost

Properties

Name Type Description Notes
description String [optional] [default to '']
key String
maintainerId String [optional]
maintainerTeamKey String [optional]
mode String [optional] [default to 'completion']
name String
tags [String] [optional]
defaultVariation AIConfigVariationPost [optional]

Enum: ModeEnum

  • agent (value: "agent")

  • completion (value: "completion")

  • judge (value: "judge")