Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 2.14 KB

File metadata and controls

56 lines (49 loc) · 2.14 KB

AIConfigVariation

Properties

Name Type Description Notes
_links ParentLink [optional] [default to undefined]
color string [optional] [default to undefined]
comment string [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]
_id string [default to undefined]
messages Array<Message> [optional] [default to undefined]
model object [default to undefined]
modelConfigKey string [optional] [default to undefined]
name string [default to undefined]
createdAt number [default to undefined]
version number [default to undefined]
state string [optional] [default to undefined]
_archivedAt number [optional] [default to undefined]
_publishedAt number [optional] [default to undefined]
tools Array<VariationTool> [optional] [default to undefined]
judgeConfiguration JudgeConfiguration [optional] [default to undefined]
judgingConfigKeys Array<string> [optional] [default to undefined]

Example

import { AIConfigVariation } from 'launchdarkly-api-typescript';

const instance: AIConfigVariation = {
    _links,
    color,
    comment,
    description,
    instructions,
    key,
    _id,
    messages,
    model,
    modelConfigKey,
    name,
    createdAt,
    version,
    state,
    _archivedAt,
    _publishedAt,
    tools,
    judgeConfiguration,
    judgingConfigKeys,
};

[Back to Model list] [Back to API list] [Back to README]