| Name |
Type |
Description |
Notes |
| comment |
string |
Human-readable description of this variation |
[optional] [default to undefined] |
| description |
string |
Returns the description for the agent. This is only returned for agent variations. |
[optional] [default to undefined] |
| instructions |
string |
Returns the instructions for the agent. This is only returned for agent variations. |
[optional] [default to undefined] |
| key |
string |
|
[default to undefined] |
| messages |
Array<Message> |
|
[optional] [default to undefined] |
| model |
object |
|
[optional] [default to undefined] |
| name |
string |
|
[default to undefined] |
| modelConfigKey |
string |
|
[optional] [default to undefined] |
| tools |
Array<VariationToolPost> |
List of tools to use for this variation. The latest version of the tool will be used. |
[optional] [default to undefined] |
| toolKeys |
Array<string> |
List of tool keys to use for this variation. The latest version of the tool will be used. |
[optional] [default to undefined] |
| judgeConfiguration |
JudgeConfiguration |
|
[optional] [default to undefined] |
import { AIConfigVariationPost } from 'launchdarkly-api-typescript';
const instance: AIConfigVariationPost = {
comment,
description,
instructions,
key,
messages,
model,
name,
modelConfigKey,
tools,
toolKeys,
judgeConfiguration,
};
[Back to Model list] [Back to API list] [Back to README]