Skip to content

Commit 9930729

Browse files
author
LaunchDarklyReleaseBot
committed
Version 23.0.0 automatically generated from ld-openapi.
1 parent 9d9c0a0 commit 9930729

1,536 files changed

Lines changed: 43301 additions & 16095 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 165 additions & 9 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 134 additions & 44 deletions
Large diffs are not rendered by default.

docs/AIConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
1717
**variations** | [**List[AIConfigVariation]**](AIConfigVariation.md) | |
1818
**created_at** | **int** | |
1919
**updated_at** | **int** | |
20-
**evaluation_metric_key** | **str** | Evaluation metric key for this AI Config | [optional]
21-
**evaluation_metric_keys** | **List[str]** | List of evaluation metric keys for this AI Config | [optional]
20+
**evaluation_metric_key** | **str** | Evaluation metric key for this config | [optional]
21+
**evaluation_metric_keys** | **List[str]** | List of evaluation metric keys for this config | [optional]
2222
**is_inverted** | **bool** | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional]
23-
**dependencies** | [**List[AIConfigDependency]**](AIConfigDependency.md) | Resources that depend on this AI Config, grouped by type | [optional]
23+
**dependencies** | [**List[AIConfigDependency]**](AIConfigDependency.md) | Resources that depend on this config, grouped by type | [optional]
2424

2525
## Example
2626

docs/AIConfigDependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AIConfigDependency
22

3-
A resource that depends on this AI Config
3+
A resource that depends on this config
44

55
## Properties
66

docs/AIConfigPatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**maintainer_team_key** | **str** | | [optional]
1111
**name** | **str** | | [optional]
1212
**tags** | **List[str]** | | [optional]
13-
**evaluation_metric_key** | **str** | Evaluation metric key for this AI Config | [optional]
13+
**evaluation_metric_key** | **str** | Evaluation metric key for this config | [optional]
1414
**is_inverted** | **bool** | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional]
1515

1616
## Example

docs/AIConfigPost.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Name | Type | Description | Notes
1212
**mode** | **str** | | [optional] [default to 'completion']
1313
**name** | **str** | |
1414
**tags** | **List[str]** | | [optional]
15+
**view_keys** | **List[str]** | | [optional]
1516
**default_variation** | [**AIConfigVariationPost**](AIConfigVariationPost.md) | | [optional]
16-
**evaluation_metric_key** | **str** | Evaluation metric key for this AI Config | [optional]
17+
**evaluation_metric_key** | **str** | Evaluation metric key for this config | [optional]
1718
**is_inverted** | **bool** | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional]
1819

1920
## Example

docs/AIConfigVariation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**model** | **object** | |
1717
**model_config_key** | **str** | | [optional]
1818
**name** | **str** | |
19+
**output_format** | **Dict[str, object]** | JSON Schema defining the structured output format for the variation. | [optional]
1920
**created_at** | **int** | |
2021
**version** | **int** | |
2122
**state** | **str** | | [optional]

docs/AIConfigVariationPatch.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**comment** | **str** | Human-readable description of what this patch changes | [optional]
9-
**description** | **str** | Description for agent when AI Config is in agent mode. | [optional]
10-
**instructions** | **str** | Instructions for agent when AI Config is in agent mode. | [optional]
9+
**description** | **str** | Description for agent when the config is in agent mode. | [optional]
10+
**instructions** | **str** | Instructions for agent when the config is in agent mode. | [optional]
1111
**messages** | [**List[Message]**](Message.md) | | [optional]
1212
**model** | **object** | | [optional]
1313
**model_config_key** | **str** | | [optional]
1414
**name** | **str** | | [optional]
15+
**output_format** | **Dict[str, object]** | JSON Schema defining the structured output format for the variation. | [optional]
1516
**published** | **bool** | | [optional]
1617
**state** | **str** | One of 'archived', 'published' | [optional]
1718
**tools** | [**List[VariationToolPost]**](VariationToolPost.md) | List of tools to use for this variation. The latest version of the tool will be used. | [optional]

docs/AIConfigVariationPost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**model** | **object** | | [optional]
1414
**name** | **str** | |
1515
**model_config_key** | **str** | | [optional]
16+
**output_format** | **Dict[str, object]** | JSON Schema defining the structured output format for the variation. | [optional]
1617
**tools** | [**List[VariationToolPost]**](VariationToolPost.md) | List of tools to use for this variation. The latest version of the tool will be used. | [optional]
1718
**tool_keys** | **List[str]** | List of tool keys to use for this variation. The latest version of the tool will be used. | [optional]
1819
**judge_configuration** | [**JudgeConfiguration**](JudgeConfiguration.md) | | [optional]

0 commit comments

Comments
 (0)