| Name |
Type |
Description |
Notes |
| key |
string |
|
[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] |
| maintainerId |
string |
|
[optional] [default to undefined] |
| maintainerTeamKey |
string |
|
[optional] [default to undefined] |
| tags |
Array<string> |
|
[optional] [default to undefined] |
import { AgentSkillPost } from 'launchdarkly-api-typescript';
const instance: AgentSkillPost = {
key,
name,
description,
markdown,
maintainerId,
maintainerTeamKey,
tags,
};
[Back to Model list] [Back to API list] [Back to README]