| Name |
Type |
Description |
Notes |
| key |
string |
|
[default to undefined] |
| _access |
AiConfigsAccess |
|
[optional] [default to undefined] |
| _links |
ParentAndSelfLinks |
|
[optional] [default to undefined] |
| _maintainer |
AIConfigMaintainer |
|
[optional] [default to undefined] |
| name |
string |
|
[default to undefined] |
| description |
string |
|
[optional] [default to undefined] |
| markdown |
string |
The verbatim SKILL.md content of the agent skill |
[default to undefined] |
| tags |
Array<string> |
|
[default to undefined] |
| version |
number |
|
[default to undefined] |
| createdAt |
number |
|
[default to undefined] |
import { AgentSkill } from 'launchdarkly-api-typescript';
const instance: AgentSkill = {
key,
_access,
_links,
_maintainer,
name,
description,
markdown,
tags,
version,
createdAt,
};
[Back to Model list] [Back to API list] [Back to README]